Skip to content

Commit 25529bf

Browse files
committed
Use Xcode 12 beta when building for macOS
1 parent ab24e70 commit 25529bf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,9 @@ jobs:
6363
path: ../build-cache
6464
key: ${{ runner.os }}-sccache-v5-5.3
6565
- name: Build macOS installable archive
66-
run: ./utils/webassembly/ci.sh
66+
run: |
67+
sudo xcode-select --switch /Applications/Xcode_12_beta.app/Contents/Developer/
68+
./utils/webassembly/ci.sh
6769
- name: Upload macOS installable archive
6870
uses: actions/upload-artifact@v1
6971
with:

0 commit comments

Comments
 (0)