Skip to content

Commit

Permalink
Update wayland version used in CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Aug 25, 2024
1 parent 1c91015 commit 192a955
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
name: Build Wayland libraries
runs-on: ubuntu-24.04
env:
wayland-version: "1.22.0"
wayland-protocols-version: "1.32"
wayland-version: "1.23.0"
wayland-protocols-version: "1.36"
strategy:
fail-fast: false
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
xwayland-version: "22.1.9"
xcvt-version: "0.1.2"
inputproto-version: "2021.5"
wayland-protocols-version: "1.32"
wayland-version: "1.22.0"
wayland-protocols-version: "1.36"
wayland-version: "1.23.0"
wlroots-version: "0.17.4"
steps:
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: black
# Use the latest supported version here
language_version: python3.11
language_version: python3.12
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.14
hooks:
Expand Down

0 comments on commit 192a955

Please sign in to comment.