Skip to content

Commit

Permalink
reduced matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kibotu committed Mar 26, 2024
1 parent e4d31d4 commit 9f804e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Swift ${{ matrix.swift }} on ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.2", "5.3"]
os: [macos-latest]
swift: [5.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
Expand Down

0 comments on commit 9f804e9

Please sign in to comment.