diff --git a/.github/workflows/flutter_integration.yaml b/.github/workflows/flutter_integration.yaml index 6066311b6..482619299 100644 --- a/.github/workflows/flutter_integration.yaml +++ b/.github/workflows/flutter_integration.yaml @@ -10,7 +10,7 @@ jobs: strategy: matrix: device: # Device names must be shown in `xcrun simctl list devices` - - 'iPhone 16' # we are not specifying the iOS version as it tends to change + - 'iPhone 15' # we are not specifying the iOS version as it tends to change fail-fast: false runs-on: macos-latest steps: