Skip to content

Commit bdfe690

Browse files
Fix CI: Use Xcode 15.2 (available on GitHub Actions)
1 parent cebe6d5 commit bdfe690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515

1616
- name: Select Xcode
17-
run: sudo xcode-select -s /Applications/Xcode_15.4.app
17+
run: sudo xcode-select -s /Applications/Xcode_15.2.app
1818

1919
- name: Swift version
2020
run: swift --version

0 commit comments

Comments
 (0)