Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterJ93 authored Mar 23, 2024
1 parent 37092a5 commit 8c3ccf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.10", "5.10"]
swift: ["5.10", "5.9"]

steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: 5.10
swift-version: ${{ matrix.swift }}


- name: Build
Expand Down

0 comments on commit 8c3ccf2

Please sign in to comment.