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 9604e26 commit b1ea7d8Copy full SHA for b1ea7d8
.github/workflows/main.yml
@@ -129,6 +129,8 @@ jobs:
129
sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
130
xcodebuild -version
131
./utils/webassembly/ci.sh
132
+ env:
133
+ SKIP_XCODE_VERSION_CHECK: 1 # Skip upstream update the compatible Xcode version
134
- name: Upload macOS installable archive
135
uses: actions/upload-artifact@v1
136
with:
0 commit comments