There was an error while loading. Please reload this page.
1 parent a4b606f commit d828027Copy full SHA for d828027
1 file changed
.github/workflows/build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
env:
19
IOS_SIMULATOR: ${{ matrix.os == 'macos-15' && 'iPhone 16' || 'iPhone 16e' }}
20
- IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.5' || '26.1' }}
+ IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.5' || 'latest' }}
21
steps:
22
- uses: actions/checkout@v4
23
- name: "xcrun simctl list"
0 commit comments