Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.

Commit 1c5ac89

Browse files
GuillaumeGomezpbor
authored andcommitted
Fix windows CI
1 parent 7b72259 commit 1c5ac89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010

1111
gvsbuild:
1212
name: build GTK binaries with gvsbuild
13-
runs-on: windows-latest
13+
runs-on: windows-2019
1414

1515
env:
1616
# git revision of gvsbuild we use for to build GTK and the other dependencies
17-
gvsbuildref: ce4c9de92dc3487d15b8f5ecc200705f951b6ae8
17+
gvsbuildref: 861244f84a04da49172c23646d9e23885094cab4
1818

1919
# bump this number if you want to force a rebuild of gvsbuild with the same revision
2020
gvsbuildupdate: 1
@@ -64,7 +64,7 @@ jobs:
6464

6565
build:
6666
name: build gtk-rs on Windows
67-
runs-on: windows-latest
67+
runs-on: windows-2019
6868
needs: gvsbuild
6969

7070
strategy:

0 commit comments

Comments
 (0)