From 39ee6e3f4b110d539a41eb8a16be6d64f1c29dbb Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Thu, 23 Nov 2023 12:46:50 +0900 Subject: [PATCH] Actions: Update runtime version --- .github/workflows/ci.yml | 2 +- .github/workflows/gettext.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d2228a1..9b9f488 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.2-${{ matrix.arch }} + image: ghcr.io/elementary/flatpak-platform/runtime:7.3-${{ matrix.arch }} options: --privileged steps: diff --git a/.github/workflows/gettext.yml b/.github/workflows/gettext.yml index 48dc477..7fdc6fc 100644 --- a/.github/workflows/gettext.yml +++ b/.github/workflows/gettext.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest container: - image: ghcr.io/elementary/flatpak-platform/runtime:7.2-x86_64 + image: ghcr.io/elementary/flatpak-platform/runtime:7.3-x86_64 options: --privileged steps: