Skip to content

Commit

Permalink
Update FelinePine.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Oct 22, 2024
1 parent 44bbb12 commit 8942885
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/FelinePine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@ jobs:
strategy:
matrix:
runs-on: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
swift-version: [5.8.1, 5.9, "5.10", "6.0.1"]
swift-version: [5.8.1, 5.9, "5.10.1", "6.0.1"]
exclude:
- runs-on: ubuntu-24.04
swift-version: 5.9
- runs-on: ubuntu-24.04
swift-version: 5.8.1
steps:
- uses: actions/checkout@v3
- name: Cache swift package modules
Expand Down

0 comments on commit 8942885

Please sign in to comment.