Skip to content

Commit

Permalink
feat: upgrade swiftver and swiftos to newer versions to fix CI error
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz committed Dec 17, 2024
1 parent 7dcc855 commit 5989ac2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,34 +7,33 @@ jobs:
strategy:
matrix:
swiftver:
- swift:5.4
- swift:5.8
swiftos:
- xenial
- bionic
- focal
- jammy
container: ${{ format('{0}-{1}', matrix.swiftver, matrix.swiftos) }}
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2

- name: Run tests with Thread Sanitizer
run: swift test --sanitize=thread

release:
name: Release
runs-on: ubuntu-latest
needs: [test]
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Setup Node.js
uses: actions/setup-node@v2

- name: Setup
run: npm install semantic-release

- name: Release
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 5989ac2

Please sign in to comment.