diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index b09abb0..62df7fc 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -117,7 +117,7 @@ jobs: Tests: name: Tests (Python-${{ matrix.python-version }}, Exasol-${{ matrix.exasol-version}}) needs: [ Documentation, Lint, Type-Check, Security ] - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 env: GITHUB_TOKEN: ${{ secrets.ALTERNATIVE_GITHUB_TOKEN || secrets.GITHUB_TOKEN }} strategy: diff --git a/.gitignore b/.gitignore index f478513..b581dda 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__/ /.lint.json /.lint.txt /.html-documentation/ +.build_output \ No newline at end of file