From e9c0035c6787a1958a8f2d80a398ae998f880920 Mon Sep 17 00:00:00 2001 From: Marcel Stimberg Date: Tue, 14 Jan 2025 14:21:05 +0100 Subject: [PATCH] Set Ubuntu version for tests --- .github/workflows/pytest-ubuntu.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pytest-ubuntu.yaml b/.github/workflows/pytest-ubuntu.yaml index 66377c1..9d42555 100644 --- a/.github/workflows/pytest-ubuntu.yaml +++ b/.github/workflows/pytest-ubuntu.yaml @@ -4,7 +4,8 @@ on: [push, pull_request] jobs: test: - runs-on: ubuntu-latest + name: Run tests + runs-on: ubuntu-24.04 steps: - name: Check out the repository