Skip to content

Commit

Permalink
Use Swift 6.0.3 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane authored Dec 19, 2024
1 parent aff34ce commit edbb0db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
steps:
- uses: compnerd/gha-setup-swift@main
with:
branch: swift-6.0.2-release
tag: 6.0.2-RELEASE
branch: swift-6.0.3-release
tag: 6.0.3-RELEASE
- uses: actions/checkout@v4
- name: Build
run: swift build --build-tests --quiet
- name: Run tests (XCTest)
run: swift test --skip-build --no-parallel --disable-swift-testing
- name: Run tests (Swift testing)
run: swift test --skip-build --no-parallel --disable-xctest


0 comments on commit edbb0db

Please sign in to comment.