Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roelvanderkraan authored Jan 4, 2025
1 parent 5f17186 commit 76785d6
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 @@ -15,14 +15,14 @@ jobs:
strategy:
matrix:
os: [macos-latest]
swift: ["5.8", "5.9", "5.10", "6.0"]
swift: ["5.8", "5.9", "5.10"]
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit 76785d6

Please sign in to comment.