Skip to content

Commit

Permalink
Update CI to run on latest ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
flacjacket committed Jul 12, 2024
1 parent bf314ba commit 62e07e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-wayland:
name: Build Wayland libraries
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
libdrm-version: "2.4.114"
seatd-version: "0.6.4"
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
if-no-files-found: error
unit-test:
name: Python ${{ matrix.python-version}} unit tests (${{ matrix.wlroots-version }})
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-wayland
strategy:
fail-fast: false
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
WLR_RENDERER_ALLOW_SOFTWARE: '1'
ruff-test:
name: Ruff tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
python-version: "3.10"
steps:
Expand All @@ -231,7 +231,7 @@ jobs:
uses: chartboost/ruff-action@v1
mypy-test:
name: mypy tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
python-version: "3.12"
steps:
Expand All @@ -258,7 +258,7 @@ jobs:
mypy check_headers.py
black-test:
name: black tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
env:
python-version: "3.12"
steps:
Expand All @@ -275,7 +275,7 @@ jobs:
run: black --check wlroots tiny check_headers.py
packaging-test:
name: packaging tests
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-wayland
env:
python-version: "3.12"
Expand Down Expand Up @@ -311,7 +311,7 @@ jobs:
twine check dist/*
protocol-headers-test:
name: protocol headers test
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
needs: build-wayland
env:
python-version: "3.12"
Expand Down

0 comments on commit 62e07e9

Please sign in to comment.