Skip to content

Commit 5989ac2

Browse files
committed
feat: upgrade swiftver and swiftos to newer versions to fix CI error
1 parent 7dcc855 commit 5989ac2

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.github/workflows/test.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,34 +7,33 @@ jobs:
77
strategy:
88
matrix:
99
swiftver:
10-
- swift:5.4
10+
- swift:5.8
1111
swiftos:
12-
- xenial
13-
- bionic
1412
- focal
13+
- jammy
1514
container: ${{ format('{0}-{1}', matrix.swiftver, matrix.swiftos) }}
1615
runs-on: ubuntu-latest
1716
steps:
1817
- name: Check out code
1918
uses: actions/checkout@v2
20-
19+
2120
- name: Run tests with Thread Sanitizer
2221
run: swift test --sanitize=thread
23-
22+
2423
release:
2524
name: Release
2625
runs-on: ubuntu-latest
2726
needs: [test]
2827
steps:
2928
- name: Checkout
3029
uses: actions/checkout@v2
31-
30+
3231
- name: Setup Node.js
3332
uses: actions/setup-node@v2
3433

3534
- name: Setup
3635
run: npm install semantic-release
37-
36+
3837
- name: Release
3938
env:
4039
GH_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)