Skip to content

Commit

Permalink
Bump macOS CI Swift to 5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
fwcd committed Jun 26, 2024
1 parent 8f954c8 commit 9b1742f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,11 @@ jobs:
build:
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
swift: ['5.8']
include:
- os: ubuntu-latest
swift: '5.8'
- os: macos-latest
swift: '5.10'

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 9b1742f

Please sign in to comment.