Skip to content

Commit b1ea7d8

Browse files
set SKIP_XCODE_VERSION_CHECK
1 parent 9604e26 commit b1ea7d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
130130
xcodebuild -version
131131
./utils/webassembly/ci.sh
132+
env:
133+
SKIP_XCODE_VERSION_CHECK: 1 # Skip upstream update the compatible Xcode version
132134
- name: Upload macOS installable archive
133135
uses: actions/upload-artifact@v1
134136
with:

0 commit comments

Comments
 (0)