Skip to content

Commit c60713b

Browse files
authored
Merge pull request #1976 from sdroege/0.9-backports
0.9 backports
2 parents 46796d3 + 1c1db77 commit c60713b

File tree

220 files changed

+2018
-277
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+2018
-277
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
env:
2+
GSK_RENDERER: "cairo"
13
on:
24
push:
35
branches:
@@ -48,14 +50,14 @@ jobs:
4850
features: "v4_18,xml_validation,blueprint",
4951
test_sys: false,
5052
}
51-
- { name: "gsk4", features: "v4_14,broadway,vulkan", test_sys: true }
52-
- { name: "gdk4", features: "v4_16,gl", test_sys: true }
53+
- { name: "gsk4", features: "v4_18,broadway,vulkan", test_sys: true }
54+
- { name: "gdk4", features: "v4_18,gl", test_sys: true }
5355
- {
5456
name: "gdk4-wayland",
55-
features: "v4_12,wayland_crate,egl",
57+
features: "v4_18,wayland_crate,egl",
5658
test_sys: true,
5759
}
58-
- { name: "gdk4-x11", features: "v4_16,xlib,egl", test_sys: true }
60+
- { name: "gdk4-x11", features: "v4_18,xlib,egl", test_sys: true }
5961
- {
6062
name: "gtk4-macros",
6163
features: "xml_validation,blueprint",

0 commit comments

Comments
 (0)