summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBram <perl-rt@wizbit.be>2022-09-17 21:40:44 +0200
committerKarl Williamson <khw@cpan.org>2022-09-19 11:53:00 -0600
commitcdcb7c90ee93b52fe3745f172e2fd488526acf09 (patch)
tree985627e2adf9ccea5f1587ef9b3c95d8fe06d9cf /.github
parent0f1ca2933dd4cea3a16dc60d7b19380f6c213434 (diff)
downloadperl-cdcb7c90ee93b52fe3745f172e2fd488526acf09.tar.gz
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
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/testsuite.yml6
1 files changed, 3 insertions, 3 deletions
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'