Skip to content

Commit 8a46a6d

Browse files
committed
Try xcode 15
1 parent b87b5a4 commit 8a46a6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v3
2020

21+
- uses: maxim-lobanov/setup-xcode@v1
22+
with:
23+
xcode-version: '15.4'
24+
2125
- name: Install Swift
2226
uses: swift-actions/setup-swift@v2
2327
with:

0 commit comments

Comments
 (0)