From 5b85462cfa7b8e29218ad57de4024c176f598646 Mon Sep 17 00:00:00 2001 From: Travis Abendshien <46939827+CyanVoxel@users.noreply.github.com> Date: Sat, 12 Oct 2024 23:59:08 -0700 Subject: [PATCH] ci: pin pytest ubuntu version to 22..04 (#544) --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index d10298d3..bb266050 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-latest + runs-on: ubuntu-22.04 steps: - name: Checkout repo