From c36c841d9f5a2f328bb013e914efd168eecbe613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= <41945903+qarmin@users.noreply.github.com> Date: Sun, 11 Jun 2023 12:42:23 +0200 Subject: [PATCH] Restore GTK 4.6 on windows (#992) * Restore 4.8 GTK on Windows * GTK 4.6 --- .github/workflows/windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 94bfa5f..b276683 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -15,7 +15,7 @@ jobs: use_heif: [ non_heif ] #, heif ] - heif problems with mingw runs-on: ubuntu-22.04 container: - image: ghcr.io/mglolenstine/gtk4-cross:gtk-4.10 + image: ghcr.io/piegamesde/gtk4-cross:gtk-4.6 steps: - uses: actions/checkout@v1 - name: Install additional dependencies @@ -93,7 +93,7 @@ jobs: container_console_window: runs-on: ubuntu-22.04 container: - image: ghcr.io/mglolenstine/gtk4-cross:gtk-4.10 + image: ghcr.io/piegamesde/gtk4-cross:gtk-4.6 steps: - uses: actions/checkout@v1 - name: Install additional dependencies