Skip to content

Commit

Permalink
Build for macOS 10.15 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Jan 29, 2024
1 parent 34b8fdc commit 12be569
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .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-12, ubuntu-20.04, windows-2022]
os: [macos-11, ubuntu-20.04, windows-2022]

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

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

0 comments on commit 12be569

Please sign in to comment.