Skip to content

Commit

Permalink
Reverted to current released macos version.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Dec 17, 2024
1 parent b423d75 commit a4cce3e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/run_tests_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

build-deps-osx:

runs-on: macos-14
runs-on: macos-13

strategy:
matrix:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
nc-ac-tests-oneoff-osx:

needs: build-deps-osx
runs-on: macos-14
runs-on: macos-13

strategy:
matrix:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a4cce3e

Please sign in to comment.