Skip to content

Commit 8603b46

Browse files
authored
Select Xcode 12.2, not 12.2.0
1 parent 5c004b4 commit 8603b46

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
@@ -126,7 +126,7 @@ jobs:
126126
${{ runner.os }}-sccache-v10-
127127
- name: Build macOS installable archive
128128
run: |
129-
sudo xcode-select --switch /Applications/Xcode_12.2.0.app/Contents/Developer/
129+
sudo xcode-select --switch /Applications/Xcode_12.2.app/Contents/Developer/
130130
./utils/webassembly/ci.sh
131131
- name: Upload macOS installable archive
132132
uses: actions/upload-artifact@v1

0 commit comments

Comments
 (0)