Skip to content

Commit a8b7c5e

Browse files
authored
Bump CI (#1025)
1 parent fb213a1 commit a8b7c5e

File tree

1 file changed

+4
-29
lines changed

1 file changed

+4
-29
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ jobs:
1313
strategy:
1414
matrix:
1515
xcode:
16-
- 15.4
17-
- '16.1'
16+
- '16.4'
1817

1918
name: macOS
20-
runs-on: macos-14
19+
runs-on: macos-15
2120
steps:
22-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2322
- name: Select Xcode ${{ matrix.xcode }}
2423
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
2524
- name: Run tests
@@ -29,7 +28,7 @@ jobs:
2928
strategy:
3029
matrix:
3130
swift:
32-
- '5.9'
31+
- '6.1'
3332

3433
container: swift:${{ matrix.swift }}
3534
name: Linux (Swift ${{ matrix.swift }})
@@ -38,30 +37,6 @@ jobs:
3837
- uses: actions/checkout@v4
3938
- run: swift test
4039

41-
# windows:
42-
# strategy:
43-
# matrix:
44-
# swift:
45-
# - "5.9.1"
46-
47-
# name: Windows (Swift ${{ matrix.swift }})
48-
# runs-on: windows-latest
49-
50-
# steps:
51-
# - uses: compnerd/gha-setup-swift@main
52-
# with:
53-
# branch: swift-${{ matrix.swift }}-release
54-
# tag: ${{ matrix.swift }}-RELEASE
55-
56-
# - name: Set git to use LF
57-
# run: |
58-
# git config --global core.autocrlf false
59-
# git config --global core.eol lf
60-
61-
# - uses: actions/checkout@v4
62-
# - run: swift build
63-
# - run: swift test
64-
6540
android:
6641
strategy:
6742
matrix:

0 commit comments

Comments
 (0)