Skip to content

Commit

Permalink
[ci] changed swift version to use in the pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsMoll committed Dec 29, 2019
1 parent 1b04813 commit 946c801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ on:
jobs:
xenial:
container:
image: vapor/swift:5.1-xenial
image: swift:5.1.3-xenial
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- run: swift test
bionic:
container:
image: vapor/swift:5.1-bionic
image: swift:5.1.3-bionic
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
Expand Down

0 comments on commit 946c801

Please sign in to comment.