From 3a787d63a15c57743499090d9848e83024e855b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sun, 2 Apr 2023 09:53:45 -0700 Subject: [PATCH 1/2] Bump runtime to 7.2 --- io.elementary.code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/io.elementary.code.yml b/io.elementary.code.yml index c0764fbf43..38eccb33ea 100644 --- a/io.elementary.code.yml +++ b/io.elementary.code.yml @@ -1,6 +1,6 @@ app-id: io.elementary.code runtime: io.elementary.Sdk # The outline plugin requires libvala which is only in the SDK, not the runtime -runtime-version: '7.1' +runtime-version: '7.2' sdk: io.elementary.Sdk command: io.elementary.code finish-args: From 0a2e7cd77d58b7997c707f933913a1a0e0e9488a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Sun, 2 Apr 2023 09:54:09 -0700 Subject: [PATCH 2/2] Update ci.yml --- .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 f8959addb9..42e3e46dc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false container: - image: ghcr.io/elementary/flatpak-platform/runtime:7.1-${{ matrix.arch }} + image: ghcr.io/elementary/flatpak-platform/runtime:7.2-${{ matrix.arch }} options: --privileged steps: