File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments