From 03d3da0e307f11257e74308572c6df76b6a4f15d Mon Sep 17 00:00:00 2001 From: Simon Schneegans Date: Fri, 23 Aug 2024 07:13:47 +0200 Subject: [PATCH] :green_heart: Fix image version --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index aa5764f4..2ac91cf4 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -97,7 +97,7 @@ jobs: - "gnome-wayland-nested" exclude: # The wayland session of the rawhide container does not work for some reason. - session: gnome-wayland-nested - version: "39" + version: "rawhide" steps: - uses: actions/checkout@v2 - name: Download Dependencies