Skip to content

Commit

Permalink
CI: bump swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyl committed May 7, 2024
1 parent be13914 commit b294438
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 @@ -8,10 +8,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.7"]
swift: ["5.10"]
runs-on: ${{ matrix.os }}
steps:
- uses: fwal/setup-swift@ffb5a44dd03d3d22fb26f48fa43e43fa4ce655a7
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- uses: actions/checkout@v3
Expand Down

0 comments on commit b294438

Please sign in to comment.