Skip to content

Commit 4c9ec2b

Browse files
authored
SwiftWasm 5.5: Use Xcode 13.0 in GitHub Actions workflows
1 parent e6e8843 commit 4c9ec2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
build_toolchain:
1616
env:
1717
TOOLCHAIN_CHANNEL: 5.5
18-
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer/
18+
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer/
1919
strategy:
2020
matrix:
2121
include:

0 commit comments

Comments
 (0)