Skip to content

Commit

Permalink
ci: Swift 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed Sep 18, 2024
1 parent d2b1fab commit 9463e4a
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 @@ -7,7 +7,7 @@ on:
jobs:
test:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-6.0-jammy
container: swift:6.0
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -25,7 +25,7 @@ jobs:
- uses: k1LoW/octocov-action@v1
lint:
runs-on: ubuntu-latest
container: swiftlang/swift:nightly-main-jammy
container: swift:6.0
steps:
- uses: actions/checkout@v4
- run: swift format lint -rs .

0 comments on commit 9463e4a

Please sign in to comment.