Skip to content

Commit

Permalink
bump CI to Swift 5.10 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsky authored Jun 12, 2024
1 parent cce8f03 commit 4195c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
xcode:
- '15.2'
- '15.4'
appleos:
- ios
- macos
Expand All @@ -40,7 +40,7 @@ jobs:
examples-linux:
runs-on: ubuntu-latest
container:
image: swift:5.9
image: swift:5.10
steps:
- uses: actions/checkout@v4
- name: Install make
Expand Down

0 comments on commit 4195c0c

Please sign in to comment.