From 89ecf082b82c7d5106f05d60ac71faa48b4a3a17 Mon Sep 17 00:00:00 2001 From: Martin Abente Lahaye Date: Wed, 18 Sep 2024 16:03:27 -0400 Subject: [PATCH] CI: Bump to GNOME 47 --- .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 32eb3251..7dbf2cfe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -7,7 +7,7 @@ jobs: testing: runs-on: ubuntu-latest container: - image: ghcr.io/andyholmes/flatter/gnome:46 + image: ghcr.io/andyholmes/flatter/gnome:47 options: --privileged steps: - name: Checkout