Skip to content

Commit 7f08fa0

Browse files
authored
ci: update linux runner 24.04 (#1117)
1 parent df6a51d commit 7f08fa0

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -258,19 +258,14 @@ jobs:
258258
runs-on: ${{ matrix.os }}
259259
strategy:
260260
matrix:
261-
os: [ubuntu-22.04, ubuntu-22.04-arm]
261+
os: [ubuntu-24.04, ubuntu-24.04-arm]
262262
needs: [get-release]
263263
steps:
264264
- uses: actions/checkout@v3
265265
- uses: actions/setup-go@v4
266266
with:
267267
go-version: ${{ env.GO_VERSION }}
268-
- if: matrix.os == 'ubuntu-22.04'
269-
uses: subosito/flutter-action@v2
270-
with:
271-
flutter-version: ${{ env.FLUTTER_VERSION }}
272-
- if: matrix.os == 'ubuntu-22.04-arm'
273-
uses: subosito/flutter-action@v2
268+
- uses: subosito/flutter-action@v2
274269
with:
275270
flutter-version: ${{ env.FLUTTER_VERSION }}
276271
channel: master
@@ -282,7 +277,6 @@ jobs:
282277
sudo apt install -y libfuse2 locate
283278
arch=$(uname -m)
284279
wget -O appimagetool "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${arch}.AppImage"
285-
wget -O appimagetool "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${arch}.AppImage"
286280
chmod +x appimagetool
287281
sudo mv appimagetool /usr/local/bin/
288282
- name: Build

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ${{ matrix.os }}
7070
strategy:
7171
matrix:
72-
os: [windows-latest, macos-latest, ubuntu-22.04, ubuntu-22.04-arm]
72+
os: [windows-latest, macos-latest, ubuntu-24.04, ubuntu-24.04-arm]
7373
needs: [test]
7474
steps:
7575
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)