Skip to content

Commit

Permalink
github CI: the macos-12 runner is deprecated and retires 2024-12-03
Browse files Browse the repository at this point in the history
  • Loading branch information
mauke committed Nov 11, 2024
1 parent f1af883 commit 486e2a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# - CI_FORCE_LINUX: if set to a true value: run the 'linux' job;
# - CI_FORCE_LINUX_I386: if set to a true value: run the 'linux-i386' job;
# - CI_FORCE_INSTALL: if set to a true value: run the 'install' job;
# - CI_FORCE_MACOS: if set to a true value: run the 'smoke-macos-12' job;
# - CI_FORCE_MACOS: if set to a true value: run the 'smoke-macos-14' job;
# - CI_FORCE_MSVC142: if set to a true value: run the 'windows-msvc142' job;
# - CI_FORCE_MINGW64: if set to a true value: run the 'mingw64' job;
# - CI_FORCE_CYGWIN: if set to a true value: run the 'cygwin' job;
Expand Down Expand Up @@ -422,9 +422,9 @@ jobs:
# | ' \/ _` / _| (_) \__ \
# |_|_|_\__,_\__|\___/|___/
smoke-macos-12:
name: "macOS (Monterey) 12"
runs-on: macos-12
smoke-macos-14:
name: "macOS (Sonoma) 14"
runs-on: macos-14
timeout-minutes: 120
needs: sanity_check
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_macos == 'true'))
Expand Down Expand Up @@ -849,7 +849,7 @@ jobs:
dist-modules-sys-macos:
name: "Test dist/ modules on MacOS system perl"
needs: sanity_check
runs-on: macos-12
runs-on: macos-latest
if: (! cancelled() && (needs.sanity_check.outputs.run_all_jobs == 'true' || needs.sanity_check.outputs.ci_force_dist_modules == 'true'))
env:
Expand Down

0 comments on commit 486e2a3

Please sign in to comment.