From 1bab3e58ce5fdb5602cf109f4c06284ed29e51b7 Mon Sep 17 00:00:00 2001 From: python357-1 Date: Wed, 11 Dec 2024 18:22:03 -0600 Subject: [PATCH] chore: update pytest workflow to 24.04 --- .github/workflows/pytest.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 93a10c7f..d6b82dc3 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -5,7 +5,7 @@ on: [ push, pull_request ] jobs: pytest: name: Run tests - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout repo @@ -25,6 +25,8 @@ jobs: libxkbcommon-x11-0 \ x11-utils \ libyaml-dev \ + libgl1 \ + libglx-mesa-0 \ libxcb-icccm4 \ libxcb-image0 \ libxcb-keysyms1 \