Skip to content

Commit

Permalink
CI/macos: Bump gtk to 4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
bilelmoussaoui committed Sep 17, 2023
1 parent 015126b commit 2910bca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: build
args: --features v4_10,xml_validation --manifest-path ./gtk4/Cargo.toml
args: --features v4_12,xml_validation --manifest-path ./gtk4/Cargo.toml
- name: Clippy
uses: actions-rs/cargo@v1
with:
command: clippy
args: --features v4_8,xml_validation --manifest-path ./gtk4/Cargo.toml
args: --features v4_12,xml_validation --manifest-path ./gtk4/Cargo.toml
# FIXME: renable once https://github.com/gtk-rs/gtk4-rs/issues/1235 is fixed
#- name: Tests
# uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 2910bca

Please sign in to comment.