Skip to content

Commit 7e7cbfa

Browse files
Update Linux-pack.yml (flameshot-org#4001)
1 parent 075a69f commit 7e7cbfa

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/Linux-pack.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,8 @@ jobs:
367367
# overwrite: true
368368
#
369369
flatpak-pack:
370-
name: Build flatpak on ubuntu 22.04
371-
runs-on: ubuntu-22.04
370+
name: Build flatpak on ubuntu 24.04
371+
runs-on: ubuntu-24.04
372372
steps:
373373
- name: Checkout Source code
374374
if: github.event_name == 'push'
@@ -428,8 +428,8 @@ jobs:
428428
overwrite: true
429429

430430
snap-pack:
431-
name: Build snap on ubuntu 22.04
432-
runs-on: ubuntu-22.04
431+
name: Build snap on ubuntu latest
432+
runs-on: ubuntu-latest
433433
steps:
434434
- name: Checkout Source code
435435
if: github.event_name == 'push'
@@ -459,8 +459,7 @@ jobs:
459459
- name: Packaging snap
460460
uses: snapcore/action-build@v1
461461
id: snapcraft
462-
with:
463-
snapcraft-args: --enable-experimental-extensions
462+
464463
- name: Rename snap name
465464
shell: bash
466465
run: |

0 commit comments

Comments
 (0)