Skip to content

Commit

Permalink
#35: maintain support for swift <5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tdeleon committed Jan 3, 2024
1 parent 5b78691 commit c8bcb93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- if: ${{ (runner.os != 'Windows') || (runner.os == 'Windows' && matrix.swift != '5.7) }}
- if: ${{ runner.os != 'Windows' }} || ${{ runner.os == 'Windows' && matrix.swift != '5.7' }}
name: Setup Swift Version
uses: SwiftyLab/setup-swift@latest
with:
Expand Down

0 comments on commit c8bcb93

Please # to comment.