diff --git a/.github/workflows/Linux-pack.yml b/.github/workflows/Linux-pack.yml index d6b9463b..ba4cf669 100644 --- a/.github/workflows/Linux-pack.yml +++ b/.github/workflows/Linux-pack.yml @@ -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: |