Skip to content

Commit

Permalink
chore(workflows): Use ubuntu-latest (#4488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Equartey committed Feb 29, 2024
1 parent e16cf3e commit 56fb3d3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 14 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@ jobs:

test_launch_android_emulator:
name: Test Action (launch_android_emulator)
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
runs-on: ubuntu-latest
steps:
- name: Git Checkout
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/amplify_canaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,7 @@ jobs:
flutter-version: ${{ matrix.flutter-version }}

e2e-android:
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dart_dart2js.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ on:
jobs:
test-dart-2js:
# These tests heavily leverage build_runner which benefits from faster runners
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
# Allows other matrix items to run if one fails
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/dart_ddc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ on:
jobs:
test-dart-ddc:
# These tests heavily leverage build_runner which benefits from faster runners
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
runs-on: ubuntu-latest
timeout-minutes: 60
strategy:
# Allows other matrix items to run if one fails
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/e2e_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:

jobs:
e2e-test-android:
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
id-token: write
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/e2e_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ on:

jobs:
e2e-test-linux:
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
runs-on: ubuntu-latest
strategy:
# Allows other matrix items to run if one fails
fail-fast: false
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/flutter_android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ on:

jobs:
flutter-android-build-and-test:
runs-on:
labels: amplify-flutter_ubuntu-latest_4-core
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
# Allows other matrix items to run if one fails
Expand Down

0 comments on commit 56fb3d3

Please sign in to comment.