Skip to content

Commit

Permalink
pull Swift 6 from elsewhere
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Jan 17, 2025
1 parent 72754bd commit 6fedb10
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@ jobs:
linux:
name: Build and Test on Linux
runs-on: ubuntu-latest
container: swift:6.0.2
steps:
- name: Checkout Repo
uses: actions/checkout@v4
- uses: SwiftyLab/setup-swift@latest
with:
swift-version: '6.0.3'
- name: Build and Test Framework
run: swift test -c release --enable-code-coverage -Xswiftc -enable-testing
- name: Prepare Coverage Reports
Expand Down

0 comments on commit 6fedb10

Please sign in to comment.