Skip to content

Commit 410d05a

Browse files
Build for macOS 10.15
1 parent 476cc86 commit 410d05a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/prebuild.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ jobs:
1616
name: Configure MSVC (Windows)
1717
uses: ilammy/msvc-dev-cmd@v1
1818

19+
- if: matrix.os == 'macos-11'
20+
name: Configure Xcode (MacOS)
21+
run: |
22+
sudo xcode-select -s /Applications/Xcode_11.7.app/Contents/Developer
23+
1924
- name: Install Meson and Ninja
2025
run: |
2126
pip3 install --upgrade meson ninja

0 commit comments

Comments
 (0)