Skip to content

Commit

Permalink
Update GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Apr 30, 2024
1 parent ec7ce21 commit 3583693
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 @@ -7,8 +7,8 @@ jobs:
name: Build
strategy:
matrix:
swift: [5.7.3, 5.8.1]
os: [ubuntu-20.04, macos-latest]
swift: [5.7.2, 5.8, 5.9]
os: [ubuntu-20.04]
runs-on: ${{ matrix.os }}
steps:
- name: Install Swift
Expand Down

0 comments on commit 3583693

Please sign in to comment.