From b6cac7b4fd70baf749a32d80ab76e987ef6d6241 Mon Sep 17 00:00:00 2001 From: Niklas Teichmann Date: Mon, 30 Jun 2025 11:10:04 +0200 Subject: [PATCH] Upgrade job image to ubuntu-latest --- .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 d5867b3..e8ab7cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ env: jobs: build-test: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: python: @@ -61,7 +61,7 @@ jobs: # Run tests - run: poetry run pytest --prebuild build-push: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest services: registry: image: registry:2