Skip to content

Commit 9557751

Browse files
[CI] Do not build demo app on Xcode 15 (#728)
1 parent bfbf66a commit 9557751

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/cron-checks.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,11 @@ jobs:
122122
strategy:
123123
matrix:
124124
include:
125+
- xcode: 16.2
126+
os: macos-15
125127
- xcode: 16.1
126128
os: macos-15
127-
- xcode: 15.4
129+
- xcode: 16.0
128130
os: macos-15
129131
fail-fast: false
130132
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)