Skip to content

Commit

Permalink
Fix xcode 15 in matrix
Browse files Browse the repository at this point in the history
strict-concurrency-checking
  • Loading branch information
roanutil committed Oct 4, 2023
1 parent bb649da commit 7803f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
xcode: 14.3.1 # Swift 5.8
sim: iPhone 14
- os: macos-13
xcode: 15.0 # Swift 5.9
xcode: '15.0' # Swift 5.9
sim: iPhone 15
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit 7803f25

Please sign in to comment.