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 0fe85c4
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 @@ -47,10 +47,10 @@ jobs:
libxfont-dev \
libxkbcommon-dev \
libxshmfence-dev \
meson \
xfonts-utils \
xserver-xorg-dev \
ninja-build
sudo pip install meson
- name: Set environment variables
run: |
echo "CPATH=${HOME}/wayland/usr/include" >> $GITHUB_ENV
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 0fe85c4

Please sign in to comment.