diff --git a/.github/workflows/smoke-checks.yml b/.github/workflows/smoke-checks.yml index 5278edf2..b00d6f09 100644 --- a/.github/workflows/smoke-checks.yml +++ b/.github/workflows/smoke-checks.yml @@ -14,7 +14,7 @@ concurrency: env: HOMEBREW_NO_INSTALL_CLEANUP: 1 # Disable cleanup for homebrew, we don't need it on CI - IOS_SIMULATOR_DEVICE: "iPhone 14 Pro (17.0)" + IOS_SIMULATOR_DEVICE: "iPhone 15 Pro (17.0)" jobs: # automated-code-review: