Skip to content

Commit 1d41975

Browse files
authored
Merge pull request #1798 from swiftwasm/maxd/xcode-gm
Build with Xcode GM on GitHub Actions
2 parents 7be312c + 7b95e3b commit 1d41975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
${{ runner.os }}-sccache-v10-
8181
- name: Build macOS installable archive
8282
run: |
83-
sudo xcode-select --switch /Applications/Xcode_12_beta.app/Contents/Developer/
83+
sudo xcode-select --switch /Applications/Xcode_12.app/Contents/Developer/
8484
./utils/webassembly/ci.sh
8585
- name: Upload macOS installable archive
8686
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)