Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mtrezza authored Oct 30, 2024
1 parent 94929c2 commit 43cf333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
- test:ios
- test:macos
- test:parse_live_query:all
- xcode14 # runs build:starters on XCode 14
- xcode15 # runs build:starters on XCode 15
- xcode16 # runs build:starters on XCode 16
- xcode14 # runs build:starters on Xcode 14
- xcode15 # runs build:starters on Xcode 15
- xcode16 # runs build:starters on Xcode 16
fail-fast: false
runs-on: ${{ ((matrix.script == 'xcode15' || matrix.script == 'xcode16') && 'macos-14') || 'macos-13' }}
steps:
Expand Down

0 comments on commit 43cf333

Please sign in to comment.