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 <joerichey@google.com>
This commit is contained in:
Joseph Richey 2022-10-30 20:31:26 -07:00 committed by GitHub
parent 8b36b3e634
commit 5a4a8eafe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ jobs:
ios-tests:
name: iOS Simulator Test
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable