Skip to content

Commit

Permalink
ENH: Use macos-14-large now to avoid disruption when macos-12 is retired
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Oct 17, 2024
1 parent 4e22d04 commit 63cdeb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
cmake-build-type: "Release"
- os: macos-12
- os: macos-14-large
c-compiler: "clang"
cxx-compiler: "clang++"
cmake-build-type: "MinSizeRel"
Expand Down Expand Up @@ -56,9 +56,9 @@ jobs:
uses: lukka/[email protected]

- name: 'Specific XCode version'
if: matrix.os == 'macos-12'
if: matrix.os == 'macos-14-large'
run: |
sudo xcode-select -s "/Applications/Xcode_13.2.1.app"
sudo xcode-select -s "/Applications/Xcode_15.0.1.app"
- name: 'Specific XCode version'
if: matrix.os == 'macos-14'
Expand Down

0 comments on commit 63cdeb1

Please sign in to comment.