Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gh123man committed Oct 16, 2024
1 parent f08751b commit 1246574
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13]
swift: ["6.0"]
swift: ["6"]
runs-on: ${{ matrix.os }}
steps:
- uses: swift-actions/setup-swift@v2
- uses: swift-actions/setup-swift@latest
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v4
Expand Down

0 comments on commit 1246574

Please sign in to comment.