diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 34263b2be2b6..bf8bddc8e581 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; @@ -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')) @@ -832,7 +832,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: