Skip to content

Commit a085d9f

Browse files
committed
Explicitly select Xcode 15 in GitHub build script
1 parent b7b139c commit a085d9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/swift.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
1818
with:
1919
swift-version: "5.8"
20+
- uses: maxim-lobanov/setup-xcode@v1
21+
with:
22+
xcode-version: latest-stable
2023
- name: Build
2124
run: swift build -v
2225
- name: Run tests

0 commit comments

Comments
 (0)