From f4a36cc02228248e598e0fb6a7ef81d95685ef9b Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Mon, 4 Nov 2024 23:12:56 +0100 Subject: [PATCH] github CI: the macos-12 runner is deprecated and retires 2024-12-03 https://github.com/actions/runner-images/issues/10721 (cherry picked from commit 486e2a3e2d1cf8ba767c57db59f0c0f56f235971) --- .github/workflows/testsuite.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 2c82a391c64a..304d97af8e3e 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -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; @@ -420,9 +420,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')) @@ -828,7 +828,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: