Skip to content

Commit c36c841

Browse files
authored
Restore GTK 4.6 on windows (#992)
* Restore 4.8 GTK on Windows * GTK 4.6
1 parent 7cb355a commit c36c841

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
use_heif: [ non_heif ] #, heif ] - heif problems with mingw
1616
runs-on: ubuntu-22.04
1717
container:
18-
image: ghcr.io/mglolenstine/gtk4-cross:gtk-4.10
18+
image: ghcr.io/piegamesde/gtk4-cross:gtk-4.6
1919
steps:
2020
- uses: actions/checkout@v1
2121
- name: Install additional dependencies
@@ -93,7 +93,7 @@ jobs:
9393
container_console_window:
9494
runs-on: ubuntu-22.04
9595
container:
96-
image: ghcr.io/mglolenstine/gtk4-cross:gtk-4.10
96+
image: ghcr.io/piegamesde/gtk4-cross:gtk-4.6
9797
steps:
9898
- uses: actions/checkout@v1
9999
- name: Install additional dependencies

0 commit comments

Comments
 (0)