Skip to content

Commit

Permalink
bump wlroots version to 0.17 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
m-col committed Dec 1, 2023
1 parent e83e30e commit 4367aa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
wlroots-version: ["0.16.2", master]
wlroots-version: ["0.17.0", master]
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
wlroots-version: ["0.16.2"]
wlroots-version: ["0.17.0"]
include:
- python-version: "3.11"
wlroots-version: master
Expand Down Expand Up @@ -261,7 +261,7 @@ jobs:
needs: build-wayland
env:
python-version: "3.11"
wlroots-version: "0.16.2"
wlroots-version: "0.17.0"
steps:
- name: Download wayland libraries
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -297,7 +297,7 @@ jobs:
needs: build-wayland
env:
python-version: "3.11"
wlroots-version: "0.16.2"
wlroots-version: "0.17.0"
steps:
- name: Download wayland libraries
uses: actions/download-artifact@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
libdrm-version: "2.4.114"
seatd-version: "0.6.3"
pixman-version: "0.42.0"
wayland-protocols-version: "1.31"
wayland-protocols-version: "1.32"
wayland-version: "1.22.0"
wlroots-version: "0.16.2"
wlroots-version: "0.17.0"
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 4367aa9

Please sign in to comment.