Skip to content

Commit 012bb91

Browse files
authored
chore(workflows): Use ubuntu-latest (#4488)
1 parent 0dfa06d commit 012bb91

File tree

7 files changed

+7
-14
lines changed

7 files changed

+7
-14
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ jobs:
109109

110110
test_launch_android_emulator:
111111
name: Test Action (launch_android_emulator)
112-
runs-on:
113-
labels: amplify-flutter_ubuntu-latest_4-core
112+
runs-on: ubuntu-latest
114113
steps:
115114
- name: Git Checkout
116115
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # 3.5.3

.github/workflows/amplify_canaries.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,7 @@ jobs:
7373
flutter-version: ${{ matrix.flutter-version }}
7474

7575
e2e-android:
76-
runs-on:
77-
labels: amplify-flutter_ubuntu-latest_4-core
76+
runs-on: ubuntu-latest
7877
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
7978
permissions:
8079
id-token: write

.github/workflows/dart_dart2js.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ on:
1414
jobs:
1515
test-dart-2js:
1616
# These tests heavily leverage build_runner which benefits from faster runners
17-
runs-on:
18-
labels: amplify-flutter_ubuntu-latest_4-core
17+
runs-on: ubuntu-latest
1918
timeout-minutes: 60
2019
strategy:
2120
# Allows other matrix items to run if one fails

.github/workflows/dart_ddc.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ on:
1414
jobs:
1515
test-dart-ddc:
1616
# These tests heavily leverage build_runner which benefits from faster runners
17-
runs-on:
18-
labels: amplify-flutter_ubuntu-latest_4-core
17+
runs-on: ubuntu-latest
1918
timeout-minutes: 60
2019
strategy:
2120
# Allows other matrix items to run if one fails

.github/workflows/e2e_android.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ on:
1717

1818
jobs:
1919
e2e-test-android:
20-
runs-on:
21-
labels: amplify-flutter_ubuntu-latest_4-core
20+
runs-on: ubuntu-latest
2221
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
2322
permissions:
2423
id-token: write

.github/workflows/e2e_linux.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ on:
1717

1818
jobs:
1919
e2e-test-linux:
20-
runs-on:
21-
labels: amplify-flutter_ubuntu-latest_4-core
20+
runs-on: ubuntu-latest
2221
strategy:
2322
# Allows other matrix items to run if one fails
2423
fail-fast: false

.github/workflows/flutter_android.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ on:
1818

1919
jobs:
2020
flutter-android-build-and-test:
21-
runs-on:
22-
labels: amplify-flutter_ubuntu-latest_4-core
21+
runs-on: ubuntu-latest
2322
timeout-minutes: 30
2423
strategy:
2524
# Allows other matrix items to run if one fails

0 commit comments

Comments
 (0)