Skip to content

Commit

Permalink
chore(device_info_plus): Switch CI runners to M1
Browse files Browse the repository at this point in the history
  • Loading branch information
vbuberen authored Jan 31, 2024
1 parent 83f86a3 commit 3f17604
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/device_info_plus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ env:

jobs:
android_example_build:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
steps:
- name: "Checkout repository"
Expand All @@ -37,7 +37,7 @@ jobs:
run: ./.github/workflows/scripts/build-examples.sh android ./lib/main.dart

android_integration_test:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
strategy:
matrix:
Expand All @@ -64,7 +64,7 @@ jobs:
script: ./.github/workflows/scripts/integration-test.sh android device_info_plus_example

ios_example_build:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
steps:
- name: "Checkout repository"
Expand All @@ -77,7 +77,7 @@ jobs:
run: ./.github/workflows/scripts/build-examples.sh ios ./lib/main.dart

ios_integration_test:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
steps:
- name: "Checkout repository"
Expand All @@ -96,7 +96,7 @@ jobs:
run: ./.github/workflows/scripts/integration-test.sh ios device_info_plus_example

macos_example_build:
runs-on: macos-latest
runs-on: macos-14
timeout-minutes: 30
steps:
- name: "Checkout repository"
Expand All @@ -109,7 +109,7 @@ jobs:
run: ./.github/workflows/scripts/build-examples.sh macos ./lib/main.dart

macos_integration_test:
runs-on: macos-13
runs-on: macos-14
timeout-minutes: 30
steps:
- name: "Checkout repository"
Expand Down

0 comments on commit 3f17604

Please sign in to comment.