Skip to content

Commit 60f9a34

Browse files
committed
Update CI to Xcode 15
1 parent 4c50b2e commit 60f9a34

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/swift.yml

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

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

0 commit comments

Comments
 (0)