Skip to content

Commit 45b1379

Browse files
committed
18.4 no longer available
1 parent 8803370 commit 45b1379

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{ matrix.os }}
1818
env:
1919
IOS_SIMULATOR: ${{ matrix.os == 'macos-15' && 'iPhone 16' || 'iPhone 16e' }}
20-
IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.4' || '26.0.1' }}
20+
IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.5' || '26.0.1' }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: "Lint"

0 commit comments

Comments
 (0)