Skip to content

Commit

Permalink
Bump wlroots in actions to 0.17.4
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Aug 4, 2024
1 parent 326e16d commit 02dc2ab
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 @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
wlroots-version: ["0.17.3", master]
wlroots-version: ["0.17.4", master]
steps:
- name: Install dependencies
run: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- "pypy-3.8"
- "pypy-3.9"
- "pypy-3.10"
wlroots-version: ["0.17.3"]
wlroots-version: ["0.17.4"]
include:
- python-version: "3.12"
wlroots-version: master
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
needs: build-wayland
env:
python-version: "3.12"
wlroots-version: "0.17.3"
wlroots-version: "0.17.4"
steps:
- name: Download wayland libraries
uses: actions/download-artifact@v3
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
needs: build-wayland
env:
python-version: "3.12"
wlroots-version: "0.17.3"
wlroots-version: "0.17.4"
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 @@ -18,7 +18,7 @@ jobs:
inputproto-version: "2021.5"
wayland-protocols-version: "1.32"
wayland-version: "1.22.0"
wlroots-version: "0.17.3"
wlroots-version: "0.17.4"
steps:
- name: Install dependencies
run: |
Expand Down

0 comments on commit 02dc2ab

Please sign in to comment.