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