Skip to content

Commit 315725f

Browse files
committed
Update CI to Xcode 15
1 parent 4c50b2e commit 315725f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/swift.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ on:
88

99
jobs:
1010
build:
11+
runs-on: macos-13
1112
strategy:
12-
matrix:
13-
swift: ["5.5"]
14-
runs-on: macos-latest
13+
matrix:
14+
swift: ["5.5"]
1515
steps:
16-
- uses: fwal/setup-swift@v1.11.0
16+
- uses: maxim-lobanov/setup-xcode@v1
1717
with:
18-
swift-version: ${{ matrix.swift }}
19-
- uses: actions/checkout@v2
18+
xcode-version: 15
19+
- uses: actions/checkout@v3
2020
- name: Build
2121
run: swift build -v
2222
- name: Run tests

0 commit comments

Comments
 (0)