From 7e8a830fdac959a2d98b3ecd80ffa228befdeb6f Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:33:34 -0700 Subject: [PATCH] Update CI to use Ubuntu and new Flatpak image --- .github/workflows/flatpak-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/flatpak-build.yml b/.github/workflows/flatpak-build.yml index 37f2e04a..66b039d4 100644 --- a/.github/workflows/flatpak-build.yml +++ b/.github/workflows/flatpak-build.yml @@ -8,7 +8,7 @@ on: jobs: flatpak_build: - runs-on: debian-latest + runs-on: ubuntu-latest permissions: contents: read @@ -17,7 +17,7 @@ jobs: artifact-metadata: write container: - image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49 + image: ghcr.io/flathub-infra/flatpak-github-actions:kde-6.9 options: --privileged steps: