From cdcb7c90ee93b52fe3745f172e2fd488526acf09 Mon Sep 17 00:00:00 2001 From: Bram Date: Sat, 17 Sep 2022 21:40:44 +0200 Subject: CI/macos: Switch to macos-11 As far as I can find: macos-11 is called Big Sur and uses xcode 13.2.1. See also: https://github.com/actions/runner-images/blob/main/images/macos/macos-11-Readme.md (Reason for the change: macos-10 is deprecated in GitHub CI and is planned to be removed on 1 December 2022.) Fixes #20167 --- .github/workflows/testsuite.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.github') diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 1523db6b8f..cd2181e7c7 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -300,9 +300,9 @@ jobs: # | ' \/ _` / _| (_) \__ \ # |_|_|_\__,_\__|\___/|___/ - smoke-macos-catalina-xcode12: - name: "macOS (catalina) xcode 12" - runs-on: macos-10.15 + smoke-macos-big-sur-xcode13: + name: "macOS (big sur) xcode 13" + runs-on: macos-11 timeout-minutes: 120 needs: sanity_check if: always() && needs.sanity_check.outputs.run_all_jobs == 'true' -- cgit v1.2.1