diff --git a/.github/workflows/build-test-release.yml b/.github/workflows/build-test-release.yml index 7f3b5e8..4b95814 100644 --- a/.github/workflows/build-test-release.yml +++ b/.github/workflows/build-test-release.yml @@ -54,7 +54,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.7" + python-version: "3.12" - uses: pre-commit/action@v3.0.1 semgrep: @@ -63,7 +63,7 @@ jobs: SEMGREP_KEY: ${{ secrets.SEMGREP_PUBLISH_TOKEN }} build: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: - fossa-scan - compliance-copyrights @@ -86,7 +86,7 @@ jobs: test-unit: name: test-unit ${{ matrix.python-version }} - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 continue-on-error: true strategy: matrix: @@ -108,7 +108,7 @@ jobs: poetry run pytest tests/unit integration-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: - meta - test-unit @@ -168,7 +168,7 @@ jobs: - build - test-unit - integration-tests - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 with: