From 427282884c30fced7651f786791bde32bfe9b0e4 Mon Sep 17 00:00:00 2001 From: Eri the Switch Date: Tue, 27 Aug 2024 18:50:13 +0300 Subject: [PATCH 1/2] CI: update image to GNOME runtime 46 --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 31068cb..eedc377 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -20,7 +20,7 @@ jobs: - aarch64 container: - image: bilelmoussaoui/flatpak-github-actions:gnome-45 + image: bilelmoussaoui/flatpak-github-actions:gnome-46 options: --privileged steps: From 7d653957523e5ef43c8caa613fdb58802ab1f24c Mon Sep 17 00:00:00 2001 From: Eri the Switch Date: Tue, 27 Aug 2024 19:14:21 +0300 Subject: [PATCH 2/2] CI: update docker/setup-qemu-action --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index eedc377..d3ac225 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -36,7 +36,7 @@ jobs: - name: Set up QEMU if: ${{ matrix.arch != 'x86_64' }} id: qemu - uses: docker/setup-qemu-action@v2 + uses: docker/setup-qemu-action@v3 with: platforms: arm64