From cc508b395181e525dca6cac59e46dd310e7907d1 Mon Sep 17 00:00:00 2001 From: Nicola Coretti Date: Mon, 5 Feb 2024 11:45:25 +0100 Subject: [PATCH] Change gh runner because of UDF issue --- .github/workflows/examples.yml | 2 +- .github/workflows/ssl_cert.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 32542b1..42d10d4 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -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: diff --git a/.github/workflows/ssl_cert.yml b/.github/workflows/ssl_cert.yml index 6f0bdd1..4ffa709 100644 --- a/.github/workflows/ssl_cert.yml +++ b/.github/workflows/ssl_cert.yml @@ -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: