From c6e73c04e2444a365e79de32b74cd3357ade7dd3 Mon Sep 17 00:00:00 2001 From: Niklas Teichmann Date: Mon, 30 Jun 2025 13:47:25 +0200 Subject: [PATCH] Pinned job image version to ubuntu-24.04 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43132b2..9eb7b39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ env: jobs: build-test: - runs-on: ubuntu-latest + runs-on: ubuntu-24.0.4 strategy: matrix: python: @@ -61,7 +61,7 @@ jobs: # Run tests - run: poetry run pytest --prebuild build-push: - runs-on: ubuntu-latest + runs-on: ubuntu-24.0.4 services: registry: image: registry:2