Skip to content

Commit 8b0821a

Browse files
committed
Test
1 parent 06c0e77 commit 8b0821a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/cron-checks.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
strategy:
9292
matrix:
9393
include:
94-
- xcode: 16.4
95-
os: macos-15
94+
# - xcode: 16.4
95+
# os: macos-15
9696
- xcode: 16.0
9797
os: macos-15
9898
fail-fast: false
@@ -101,6 +101,7 @@ jobs:
101101
- uses: actions/[email protected]
102102
- uses: ./.github/actions/ruby-cache
103103
- uses: ./.github/actions/xcode-cache
104+
- run: xcrun simctl list devices | grep -E "iPhone"
104105
- name: Build Demo App
105106
run: bundle exec fastlane build_demo
106107
env:

0 commit comments

Comments
 (0)