Skip to content

Commit

Permalink
Fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
nsc committed Jun 29, 2023
1 parent 81f4153 commit 94e4a9e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on: [push]
jobs:
linux:
name: Linux
runs-on: ubuntu-18.04
container: swift:5.1
runs-on: ubuntu-latest
container: swift:5.7
steps:
- uses: actions/checkout@v1
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- name: Run tests
run: swift test -c release -Xswiftc -enable-testing

0 comments on commit 94e4a9e

Please sign in to comment.