Update Linux-pack.yml (#4001)

This commit is contained in:
borgmanJeremy
2025-06-11 16:43:38 -05:00
committed by GitHub
parent 075a69f466
commit 7e7cbfa4ea

View File

@@ -367,8 +367,8 @@ jobs:
# overwrite: true # overwrite: true
# #
flatpak-pack: flatpak-pack:
name: Build flatpak on ubuntu 22.04 name: Build flatpak on ubuntu 24.04
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- name: Checkout Source code - name: Checkout Source code
if: github.event_name == 'push' if: github.event_name == 'push'
@@ -428,8 +428,8 @@ jobs:
overwrite: true overwrite: true
snap-pack: snap-pack:
name: Build snap on ubuntu 22.04 name: Build snap on ubuntu latest
runs-on: ubuntu-22.04 runs-on: ubuntu-latest
steps: steps:
- name: Checkout Source code - name: Checkout Source code
if: github.event_name == 'push' if: github.event_name == 'push'
@@ -459,8 +459,7 @@ jobs:
- name: Packaging snap - name: Packaging snap
uses: snapcore/action-build@v1 uses: snapcore/action-build@v1
id: snapcraft id: snapcraft
with:
snapcraft-args: --enable-experimental-extensions
- name: Rename snap name - name: Rename snap name
shell: bash shell: bash
run: | run: |