Skip to content

Commit

Permalink
wip: Update GH runner to Ubuntu Swift 6.0.1 image
Browse files Browse the repository at this point in the history
  • Loading branch information
cybersonik committed Oct 18, 2024
1 parent 01adde6 commit f729be2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
name: Build and test on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
container:
image: swiftlang/swift:nightly-6.0-jammy
image: swift:6.0.1
env:
TEST_GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit f729be2

Please sign in to comment.