Skip to content

Commit 5a4a8ea

Browse files
authored
Fix iOS simulator CI (#323)
The upgrade to macOS 12 broke this iOS simulator CI (as support for the iPhone 7 was dropped I think). We should have a follow up PR to see if we can just test against a more recent iPhone. Signed-off-by: Joe Richey <[email protected]>
1 parent 8b36b3e commit 5a4a8ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585

8686
ios-tests:
8787
name: iOS Simulator Test
88-
runs-on: macos-latest
88+
runs-on: macos-11
8989
steps:
9090
- uses: actions/checkout@v3
9191
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)