Skip to content

Commit

Permalink
[CI] Do not build demo app on Xcode 15 (#728)
Browse files Browse the repository at this point in the history
  • Loading branch information
testableapple authored Jan 22, 2025
1 parent bfbf66a commit 9557751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cron-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,11 @@ jobs:
strategy:
matrix:
include:
- xcode: 16.2
os: macos-15
- xcode: 16.1
os: macos-15
- xcode: 15.4
- xcode: 16.0
os: macos-15
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 9557751

Please sign in to comment.