Skip to content

Commit

Permalink
Update swift.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nixberg authored Sep 5, 2023
1 parent 4b61fc6 commit a55d13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@ jobs:

strategy:
matrix:
os: [macos-12, ubuntu-latest]
swift-version: ["5.6", "5.7"]
os: ["macos-latest", "ubuntu-latest"]
swift-version: ["5"]

runs-on: ${{ matrix.os }}

steps:
- uses: swift-actions/setup-swift@v1
with:
swift-version: ${{ matrix.swift-version }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: swift build
- name: Run tests
Expand Down

0 comments on commit a55d13a

Please sign in to comment.