Skip to content

Commit

Permalink
Use macos-14-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
piotruela committed Aug 6, 2024
1 parent 0fc8a39 commit 20160e6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-ios-simulator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:
jobs:
run_tests:
name: Flutter ${{ matrix.flutter-version }} on ${{ matrix.device_model }} (${{ matrix.os_version }}) simulator
runs-on: macos-14
runs-on: macos-14-arm64
timeout-minutes: 40
outputs:
SLACK_MESSAGE_TITLE: Flutter ${{ matrix.flutter-version }} on ${{ matrix.os }} ${{ matrix.os_version }} simulator
Expand Down Expand Up @@ -86,6 +86,8 @@ jobs:
service_cellular_test,\
service_wifi_test,\
service_location_test,\
open_app_test,\
swipe_test,\
external_link_test,\
permissions/notifications_test,\
permissions/permissions_location_test,\
Expand Down

0 comments on commit 20160e6

Please sign in to comment.