Skip to content

Commit

Permalink
fix: Workflow build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
amosavian committed Apr 12, 2024
1 parent 11c3f72 commit 3c05295
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, ubuntu-latest]
swift: ["5.9", "5.8"]
os: [macos-14, ubuntu-latest]
swift: ["5.10", "5.9"]

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

0 comments on commit 3c05295

Please sign in to comment.