We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8803370 commit 45b1379Copy full SHA for 45b1379
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.4' || '26.0.1' }}
+ IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.5' || '26.0.1' }}
21
steps:
22
- uses: actions/checkout@v4
23
- name: "Lint"
0 commit comments