Skip to content

Commit

Permalink
Revert one version for macos based Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
WardF committed Dec 17, 2024
1 parent c24188c commit 3c69092
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-15
runs-on: macos-14

strategy:
matrix:
Expand Down Expand Up @@ -52,7 +52,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-15
runs-on: macos-14

strategy:
matrix:
Expand Down Expand Up @@ -158,7 +158,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-15
runs-on: macos-14

strategy:
matrix:
Expand Down Expand Up @@ -253,7 +253,7 @@ jobs:
nc-ac-tests-oneoff-osx:

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

strategy:
matrix:
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
nc-cmake-tests-oneoff-osx-shared:

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

strategy:
matrix:
Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
nc-cmake-tests-oneoff-osx-static:

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

strategy:
matrix:
Expand Down

0 comments on commit 3c69092

Please sign in to comment.