File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 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 }}
You can’t perform that action at this time.
0 commit comments