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