We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80fc84 commit e93e56fCopy full SHA for e93e56f
.github/workflows/main.yml
@@ -126,8 +126,10 @@ jobs:
126
${{ runner.os }}-sccache-v10-
127
- name: Build macOS installable archive
128
run: |
129
- sudo xcode-select --switch /Applications/Xcode_12.app/Contents/Developer/
+ sudo xcode-select --switch /Applications/Xcode_12.2.0.app/Contents/Developer/
130
./utils/webassembly/ci.sh
131
+ env:
132
+ SKIP_XCODE_VERSION_CHECK: 1
133
- name: Upload macOS installable archive
134
uses: actions/upload-artifact@v1
135
with:
0 commit comments