From 9da3ab2940238b1f5db12f7d50495d5312abf53a Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Mon, 3 Jun 2024 22:47:36 +0900 Subject: [PATCH 1/2] chore: Update Flatpak runtime to 8 --- com.github.ryonakano.louper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.github.ryonakano.louper.yml b/com.github.ryonakano.louper.yml index 47f7969..0c508b0 100644 --- a/com.github.ryonakano.louper.yml +++ b/com.github.ryonakano.louper.yml @@ -1,6 +1,6 @@ app-id: com.github.ryonakano.louper runtime: io.elementary.Platform -runtime-version: '7.3' +runtime-version: '8' sdk: io.elementary.Sdk command: com.github.ryonakano.louper finish-args: From 29b4cf239a62a12fb889a1acb6480c567ee02ccb Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Mon, 3 Jun 2024 22:48:45 +0900 Subject: [PATCH 2/2] Update CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e465e0f..1bd648e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: fail-fast: false container: - image: ghcr.io/elementary/flatpak-platform/runtime:7.3-${{ matrix.arch }} + image: ghcr.io/elementary/flatpak-platform/runtime:8-${{ matrix.arch }} options: --privileged steps: