Skip to content

Commit

Permalink
Change gh runner because of UDF issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti committed Feb 5, 2024
1 parent 081cb88 commit cc508b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

name: "Build with Python ${{ matrix.python-version }} and Exasol ${{ matrix.exasol-tag }}"

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 15

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ssl_cert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
exasol-tag: 7.1.6
name: "Build SSL-Cert with Python ${{ matrix.python-version }} and Exasol ${{ matrix.exasol-tag }}"

runs-on: ubuntu-latest
runs-on: ubuntu-20.04
timeout-minutes: 15

steps:
Expand Down

0 comments on commit cc508b3

Please sign in to comment.