Skip to content

Commit 2022514

Browse files
committed
Update CI
1 parent b634949 commit 2022514

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
# https://github.com/actions/virtual-environments
13-
os: [macos-12, ubuntu-20.04]
13+
os: [macos-13, ubuntu-24.04]
1414
runs-on: ${{ matrix.os }}
1515
steps:
1616
- uses: actions/checkout@v4
@@ -23,8 +23,8 @@ jobs:
2323
run-tests:
2424
strategy:
2525
matrix:
26-
swift-version: ['5.6', '5.7', '5.8', '5.9', '5.10']
27-
runs-on: ubuntu-20.04
26+
swift-version: ['5.10', '6.0', '6.1']
27+
runs-on: ubuntu-24.04
2828
steps:
2929
- uses: actions/checkout@v4
3030
- uses: fwal/setup-swift@v2

0 commit comments

Comments
 (0)