Skip to content

Commit 8c23974

Browse files
committed
Revert "Experimental with ubuntu-24.04-arm test workflow"
This reverts commit 0b736ad.
1 parent 0b736ad commit 8c23974

File tree

3 files changed

+2
-45
lines changed

3 files changed

+2
-45
lines changed

.github/workflows/flutter-linux-intel.yml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/flutter-linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- latest
2525
- 3.27.0
2626
with:
27-
runs-on: ubuntu-24.04-arm
27+
runs-on: ubuntu-latest
2828
channel: stable
2929
version: ${{ matrix.version }}
3030

@@ -37,6 +37,6 @@ jobs:
3737
- latest
3838
- 3.27.0-0.1.pre
3939
with:
40-
runs-on: ubuntu-24.04-arm
40+
runs-on: ubuntu-latest
4141
channel: beta
4242
version: ${{ matrix.version }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This [GitHub Action] installs and sets up of a Flutter SDK for use in actions by
99

1010
[![Flutter SDK for Windows](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-windows.yml/badge.svg)](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-windows.yml)
1111
[![Flutter SDK for Linux](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-linux.yml/badge.svg)](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-linux.yml)
12-
[![Flutter SDK for Linux (Intel)](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-linux-intel.yml/badge.svg)](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-linux-intel.yml)
1312
[![Flutter SDK for macOS](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-macos.yml/badge.svg)](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-macos.yml)
1413
[![Flutter SDK for macOS (Intel)](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-macos-intel.yml/badge.svg)](https://github.com/flutter-actions/setup-flutter/actions/workflows/flutter-macos-intel.yml)
1514

0 commit comments

Comments
 (0)