Skip to content

Commit e93e56f

Browse files
[WASM] Update Xcode version and disable version check due to GHA limit
1 parent c80fc84 commit e93e56f

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
@@ -126,8 +126,10 @@ jobs:
126126
${{ runner.os }}-sccache-v10-
127127
- name: Build macOS installable archive
128128
run: |
129-
sudo xcode-select --switch /Applications/Xcode_12.app/Contents/Developer/
129+
sudo xcode-select --switch /Applications/Xcode_12.2.0.app/Contents/Developer/
130130
./utils/webassembly/ci.sh
131+
env:
132+
SKIP_XCODE_VERSION_CHECK: 1
131133
- name: Upload macOS installable archive
132134
uses: actions/upload-artifact@v1
133135
with:

0 commit comments

Comments
 (0)