Skip to content

Commit

Permalink
Updated workflow/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rwbutler committed Nov 6, 2023
1 parent a28df3e commit 0883ebc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.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.9"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@65540b95f51493d65f5e59e97dcef9629ddf11bf
Expand Down

0 comments on commit 0883ebc

Please sign in to comment.