Skip to content

Commit

Permalink
Use iPhone 15 Pro Max on CirrusCI (#1718)
Browse files Browse the repository at this point in the history
* Use iPhone 15 Pro Max

* Add required cirrusci label
  • Loading branch information
fylyppo authored Sep 19, 2023
1 parent 5e05b94 commit 57f1585
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ test_linux_task:
required_pr_labels:
- 'package: patrol_cli'
- 'package: patrol'
- 'cirrusci'
container:
image: ghcr.io/cirruslabs/flutter:stable
cpu: 6
Expand Down Expand Up @@ -94,7 +95,7 @@ test_macos_task:
setup_patrol_cli_script:
- dart pub global activate --source path packages/patrol_cli && patrol
setup_simulator_script: |
xcrun simctl boot "iPhone 14 Pro Max"
xcrun simctl boot "iPhone 15 Pro Max"
patrol_test_script: |
cd dev/cli_tests
dart pub get
Expand Down
2 changes: 2 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
- packages/adb/**/*
'package: patrol_cli':
- packages/patrol_cli/**/*
'cirrusci':
- .cirrus.yml
'package: patrol':
- packages/patrol/**/*
'docs':
Expand Down

0 comments on commit 57f1585

Please sign in to comment.