Skip to content

Commit

Permalink
Disable tests for Swift 5.6.3 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
karwa committed Jul 1, 2024
1 parent fceb11f commit 9306a96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
swift-version: 5.4.3
- host-os: windows-latest
swift-version: 5.5.3
- host-os: windows-latest
swift-version: 5.6.3
continue-on-error: ${{ matrix.host-os == 'Windows' }}
runs-on: ${{ matrix.host-os }}
steps:
Expand Down

0 comments on commit 9306a96

Please sign in to comment.