Update CI to use Ubuntu and new Flatpak image

This commit is contained in:
deepend-tildeclub
2026-02-21 17:33:34 -07:00
committed by GitHub
parent 19a19b4237
commit 7e8a830fda

View File

@@ -8,7 +8,7 @@ on:
jobs: jobs:
flatpak_build: flatpak_build:
runs-on: debian-latest runs-on: ubuntu-latest
permissions: permissions:
contents: read contents: read
@@ -17,7 +17,7 @@ jobs:
artifact-metadata: write artifact-metadata: write
container: container:
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49 image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.9
options: --privileged options: --privileged
steps: steps: