Skip to content

Commit

Permalink
Update ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
frazer-rbsn authored Sep 18, 2024
1 parent 4d4ebea commit 67c262a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2.0.0
- uses: swift-actions/setup-swift@v2.1.0
with:
# Swift version to configure
swift-version: "5.10.1"
swift-version: "5.1.0"
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 67c262a

Please sign in to comment.