Skip to content

Commit

Permalink
Build for macOS 10.15
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Jan 30, 2024
1 parent 476cc86 commit 410d05a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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: Install Meson and Ninja
run: |
pip3 install --upgrade meson ninja
Expand Down

0 comments on commit 410d05a

Please sign in to comment.