diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90b9d920d..ee1492ed8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ on: jobs: lint: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Install uv and set the python version @@ -21,7 +21,7 @@ jobs: test: # Dependency on linting to avoid running our expensive matrix test for nothing needs: lint - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 # Use postgresql and MariaDB versions of Debian bookworm services: postgres: @@ -111,7 +111,7 @@ jobs: }} docs: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v3 - name: Install uv and set the python version diff --git a/.github/workflows/dockerhub.yml b/.github/workflows/dockerhub.yml index 6c8a47b20..11ab270c2 100644 --- a/.github/workflows/dockerhub.yml +++ b/.github/workflows/dockerhub.yml @@ -10,7 +10,7 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v2 @@ -19,7 +19,7 @@ jobs: run: docker compose -f docker-compose.test.yml run sut build_upload: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: test if: github.event_name != 'pull_request' steps: