Skip to content

Commit

Permalink
fix: use proper canary runners
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle committed Oct 7, 2023
1 parent 28efe7e commit 5fcd32a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
flutter-version: ${{ matrix.flutter-version }}

e2e-android:
runs-on: ubuntu-latest
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down Expand Up @@ -147,7 +148,7 @@ jobs:
platform-version: ${{ matrix.ios-version }}

e2e-ios:
runs-on: macos-latest
runs-on: macos-latest-xl
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down

0 comments on commit 5fcd32a

Please sign in to comment.