Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tattn committed Nov 30, 2023
1 parent 0a83524 commit 89777df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
- macOS-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- run: rm .swift-version
- name: Install Swift
uses: YOCKOW/Action-setup-swift@master
uses: YOCKOW/Action-setup-swift@v1
with:
swift-version: '5.1'
swift-version: '5.9'
- name: Test
run: swift test --enable-test-discovery

0 comments on commit 89777df

Please sign in to comment.