Skip to content

Commit 2a70058

Browse files
Merge pull request #2393 from swiftwasm/maxd/xcode-12.3
Use Xcode 12.3 on CI
2 parents 1ff8ca8 + bda0c56 commit 2a70058

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.app/Contents/Developer/
129+
sudo xcode-select --switch /Applications/Xcode_12.3.app/Contents/Developer/
130130
xcodebuild -version
131131
./utils/webassembly/ci.sh
132132
env:

0 commit comments

Comments
 (0)