File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -258,19 +258,14 @@ jobs:
258
258
runs-on : ${{ matrix.os }}
259
259
strategy :
260
260
matrix :
261
- os : [ubuntu-22 .04, ubuntu-22 .04-arm]
261
+ os : [ubuntu-24 .04, ubuntu-24 .04-arm]
262
262
needs : [get-release]
263
263
steps :
264
264
- uses : actions/checkout@v3
265
265
- uses : actions/setup-go@v4
266
266
with :
267
267
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
274
269
with :
275
270
flutter-version : ${{ env.FLUTTER_VERSION }}
276
271
channel : master
@@ -282,7 +277,6 @@ jobs:
282
277
sudo apt install -y libfuse2 locate
283
278
arch=$(uname -m)
284
279
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"
286
280
chmod +x appimagetool
287
281
sudo mv appimagetool /usr/local/bin/
288
282
- name : Build
Original file line number Diff line number Diff line change 69
69
runs-on : ${{ matrix.os }}
70
70
strategy :
71
71
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]
73
73
needs : [test]
74
74
steps :
75
75
- uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments