Skip to content

Commit cc6c0ed

Browse files
authored
Use Xcode 13.0 in GitHub Actions workflows
1 parent 09b5325 commit cc6c0ed

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
@@ -17,7 +17,7 @@ jobs:
1717
build_toolchain:
1818
env:
1919
TOOLCHAIN_CHANNEL: DEVELOPMENT
20-
DEVELOPER_DIR: /Applications/Xcode_12.5.app/Contents/Developer/
20+
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer/
2121
strategy:
2222
matrix:
2323
include:

0 commit comments

Comments
 (0)