Skip to content

Commit 02dc2ab

Browse files
committed
Bump wlroots in actions to 0.17.4
1 parent 326e16d commit 02dc2ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
wlroots-version: ["0.17.3", master]
19+
wlroots-version: ["0.17.4", master]
2020
steps:
2121
- name: Install dependencies
2222
run: |
@@ -118,7 +118,7 @@ jobs:
118118
- "pypy-3.8"
119119
- "pypy-3.9"
120120
- "pypy-3.10"
121-
wlroots-version: ["0.17.3"]
121+
wlroots-version: ["0.17.4"]
122122
include:
123123
- python-version: "3.12"
124124
wlroots-version: master
@@ -250,7 +250,7 @@ jobs:
250250
needs: build-wayland
251251
env:
252252
python-version: "3.12"
253-
wlroots-version: "0.17.3"
253+
wlroots-version: "0.17.4"
254254
steps:
255255
- name: Download wayland libraries
256256
uses: actions/download-artifact@v3
@@ -286,7 +286,7 @@ jobs:
286286
needs: build-wayland
287287
env:
288288
python-version: "3.12"
289-
wlroots-version: "0.17.3"
289+
wlroots-version: "0.17.4"
290290
steps:
291291
- name: Download wayland libraries
292292
uses: actions/download-artifact@v3

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
inputproto-version: "2021.5"
1919
wayland-protocols-version: "1.32"
2020
wayland-version: "1.22.0"
21-
wlroots-version: "0.17.3"
21+
wlroots-version: "0.17.4"
2222
steps:
2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)