Skip to content

Commit 6202038

Browse files
ci: update Xcode version to 13.2.1 to avoid swiftpm build fail
1 parent f17f344 commit 6202038

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
@@ -191,7 +191,7 @@ jobs:
191191
build-toolchain:
192192
env:
193193
TOOLCHAIN_CHANNEL: DEVELOPMENT
194-
DEVELOPER_DIR: /Applications/Xcode_13.0.app/Contents/Developer/
194+
DEVELOPER_DIR: /Applications/Xcode_13.2.1.app/Contents/Developer/
195195
needs: [build-matrix]
196196
if: ${{ always() }}
197197
strategy:

0 commit comments

Comments
 (0)