You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/actions.yaml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -86,8 +86,7 @@ jobs:
86
86
fail-fast: false
87
87
matrix:
88
88
os:
89
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
90
-
- macos-14
89
+
- macos-26
91
90
- ubuntu-latest
92
91
runs-on: ${{ matrix.os }}
93
92
steps:
@@ -102,8 +101,7 @@ jobs:
102
101
# It is recommended that all actions requiring a simulator be run on XL runners
103
102
# since the process of installing new runtimes and building with Xcode can be
104
103
# incredibly slow otherwise.
105
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
106
-
runs-on: macos-14-xlarge
104
+
runs-on: macos-26-xlarge
107
105
# Timeout as a stop-gap for further investigating. This action should never need more
Copy file name to clipboardExpand all lines: .github/workflows/amplify_canaries.yaml
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,7 @@ concurrency:
16
16
jobs:
17
17
# Ensure an app pulling in published Amplify libraries can build properly
18
18
build:
19
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available
20
-
runs-on: macos-14
19
+
runs-on: macos-26
21
20
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
22
21
permissions:
23
22
id-token: write
@@ -148,8 +147,7 @@ jobs:
148
147
platform-version: ${{ matrix.ios-version }}
149
148
150
149
e2e-ios:
151
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-availabl
152
-
runs-on: macos-14-xlarge
150
+
runs-on: macos-26-xlarge
153
151
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
Copy file name to clipboardExpand all lines: .github/workflows/dart_native.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,8 +20,7 @@ jobs:
20
20
fail-fast: false
21
21
matrix:
22
22
os:
23
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
Copy file name to clipboardExpand all lines: .github/workflows/e2e_ios.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ on:
17
17
18
18
jobs:
19
19
e2e-test-ios:
20
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
Copy file name to clipboardExpand all lines: .github/workflows/flutter_ios.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,7 @@ on:
18
18
19
19
jobs:
20
20
flutter-ios-build-and-test:
21
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
Copy file name to clipboardExpand all lines: .github/workflows/flutter_vm.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,7 @@ on:
17
17
18
18
jobs:
19
19
test-flutter-vm:
20
-
# TODO(equartey): Change to `macos-latest` after github migrates their runners - https://github.blog/changelog/2024-01-30-github-actions-macos-14-sonoma-is-now-available/
0 commit comments