Skip to content

Commit 0079c0f

Browse files
committed
Use Xcode "latest-stable"
1 parent f882cf5 commit 0079c0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: maxim-lobanov/setup-xcode@v1
1818
with:
19-
xcode-version: '15.3'
19+
xcode-version: latest-stable
2020
- uses: actions/checkout@v4
2121
- name: Run Tests
2222
run: swift test -v

0 commit comments

Comments
 (0)