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 d6b9e60 commit 5b78691
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ${{ matrix.os }}

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

0 comments on commit 5b78691

Please # to comment.