Skip to content

Commit d828027

Browse files
committed
Use 'latest' so that builds don't break when github publishes new runners
1 parent a4b606f commit d828027

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.5' || '26.1' }}
20+
IOS_VERSION: ${{ matrix.os == 'macos-15' && '18.5' || 'latest' }}
2121
steps:
2222
- uses: actions/checkout@v4
2323
- name: "xcrun simctl list"

0 commit comments

Comments
 (0)