Restore GTK 4.6 on windows (#992)

* Restore 4.8 GTK on Windows

* GTK 4.6
pull/1016/head
Rafał Mikrut 11 months ago committed by GitHub
parent 7cb355a359
commit c36c841d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save