From a4cce3eeaacb760d0ac0b3c65a74134b4f6b098f Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Tue, 17 Dec 2024 16:38:42 -0700 Subject: [PATCH] Reverted to current released macos version. --- .github/workflows/run_tests_osx.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/run_tests_osx.yml b/.github/workflows/run_tests_osx.yml index 4cd563706..b66a12b59 100644 --- a/.github/workflows/run_tests_osx.yml +++ b/.github/workflows/run_tests_osx.yml @@ -16,7 +16,7 @@ jobs: build-deps-osx: - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: @@ -62,7 +62,7 @@ jobs: nc-autotools-osx: needs: [ nc-cmake-tests-oneoff-osx-shared, nc-cmake-tests-oneoff-osx-static, nc-ac-tests-oneoff-osx ] - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: @@ -168,7 +168,7 @@ jobs: nc-cmake-osx: needs: [ nc-cmake-tests-oneoff-osx-shared, nc-cmake-tests-oneoff-osx-static, nc-ac-tests-oneoff-osx ] - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: @@ -263,7 +263,7 @@ jobs: nc-ac-tests-oneoff-osx: needs: build-deps-osx - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: @@ -344,7 +344,7 @@ jobs: nc-cmake-tests-oneoff-osx-shared: needs: build-deps-osx - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: @@ -418,7 +418,7 @@ jobs: nc-cmake-tests-oneoff-osx-static: needs: build-deps-osx - runs-on: macos-14 + runs-on: macos-13 strategy: matrix: