From 593f1808ce1f0d7f8660c817ff7dfafc81768a63 Mon Sep 17 00:00:00 2001 From: Niklas Teichmann Date: Wed, 2 Jul 2025 13:29:59 +0200 Subject: [PATCH] Fixed typo in ubuntu image version --- .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 9eb7b39..0fb4701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ env: jobs: build-test: - runs-on: ubuntu-24.0.4 + runs-on: ubuntu-24.04 strategy: matrix: python: @@ -61,7 +61,7 @@ jobs: # Run tests - run: poetry run pytest --prebuild build-push: - runs-on: ubuntu-24.0.4 + runs-on: ubuntu-24.04 services: registry: image: registry:2