Skip to content

Commit

Permalink
Bump Swift to 5.9 in macOS CI
Browse files Browse the repository at this point in the history
The compiler crashes and running older versions of Swift on newer macOS versions isn't well-supported.
  • Loading branch information
fwcd authored Apr 29, 2024
1 parent 7e288f9 commit 8172e95
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
swift: ['5.7']
include:
- os: 'ubuntu-latest'
swift: '5.7'
- os: 'macos-latest'
swift: '5.9'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8172e95

Please sign in to comment.