Skip to content

Commit 2910bca

Browse files
CI/macos: Bump gtk to 4.12
1 parent 015126b commit 2910bca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
uses: actions-rs/cargo@v1
4141
with:
4242
command: build
43-
args: --features v4_10,xml_validation --manifest-path ./gtk4/Cargo.toml
43+
args: --features v4_12,xml_validation --manifest-path ./gtk4/Cargo.toml
4444
- name: Clippy
4545
uses: actions-rs/cargo@v1
4646
with:
4747
command: clippy
48-
args: --features v4_8,xml_validation --manifest-path ./gtk4/Cargo.toml
48+
args: --features v4_12,xml_validation --manifest-path ./gtk4/Cargo.toml
4949
# FIXME: renable once https://github.com/gtk-rs/gtk4-rs/issues/1235 is fixed
5050
#- name: Tests
5151
# uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)