Skip to content

Commit

Permalink
Build on macos-12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Mar 14, 2024
1 parent cbf0f92 commit b76f0c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-11, ubuntu-20.04, windows-2019]
os: [macos-12, ubuntu-20.04, windows-2019]

steps:
- if: matrix.os == 'windows-2019'
Expand All @@ -26,10 +26,10 @@ jobs:
name: Configure MSVC (Windows)
uses: ilammy/msvc-dev-cmd@v1

- if: matrix.os == 'macos-11'
- if: matrix.os == 'macos-12'
name: Configure Xcode (MacOS)
run: |
sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer
sudo xcode-select -s /Applications/Xcode_13.1.app/Contents/Developer
- name: Configure Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit b76f0c2

Please sign in to comment.