diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bc57733..371abe66 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: | @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a4490fa6..64bffaa9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |