Skip to content

Commit 58e17dd

Browse files
committed
GH Actions: Use Xcode 13.2.1
The 12.x used before is not available anymore.
1 parent 2a2eba3 commit 58e17dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Select latest available Xcode
1414
uses: maxim-lobanov/setup-xcode@v1.2.1
1515
with:
16-
xcode-version: 12.2
16+
xcode-version: 13.2.1
1717
- name: Checkout Repository
1818
uses: actions/checkout@v2
1919
- name: Build Swift Debug Package

0 commit comments

Comments
 (0)