Skip to content

Commit

Permalink
Bump wlroots version used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Feb 20, 2023
1 parent 6c33ed1 commit eee9ef8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
wlroots-version: ["0.16.0", master]
wlroots-version: ["0.16.1", master]
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
- "pypy-3.7"
- "pypy-3.8"
- "pypy-3.9"
wlroots-version: ["0.16.0"]
wlroots-version: ["0.16.1"]
include:
- python-version: "3.11"
wlroots-version: master
Expand Down Expand Up @@ -264,7 +264,7 @@ jobs:
needs: build-wayland
env:
python-version: "3.11"
wlroots-version: "0.16.0"
wlroots-version: "0.16.1"
steps:
- name: Download wayland libraries
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
needs: build-wayland
env:
python-version: "3.11"
wlroots-version: "0.16.0"
wlroots-version: "0.16.1"
steps:
- name: Download wayland libraries
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pixman-version: "0.42.0"
wayland-protocols-version: "1.31"
wayland-version: "1.21.0"
wlroots-version: "0.16.0"
wlroots-version: "0.16.1"
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit eee9ef8

Please sign in to comment.