From ed0ceab88af8571952424dd8418a805c57486943 Mon Sep 17 00:00:00 2001 From: Robert Adam Date: Thu, 6 Feb 2025 20:31:19 +0100 Subject: [PATCH] Downgrade Oracle CI to Ubuntu 22.04 Some library is said to be missing when running on 24.04. Might be an artifact of the specific container image we're using. So for now we'll stick to Ubuntu 22.04. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49e682a89..eb6c76818 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: unity_build: false - lib_type: shared backend: Oracle - runner: ubuntu-24.04 + runner: ubuntu-22.04 unity_build: false - lib_type: shared backend: ODBC @@ -77,7 +77,7 @@ jobs: runner: ubuntu-24.04 - lib_type: static backend: Oracle - runner: ubuntu-24.04 + runner: ubuntu-22.04 - lib_type: static backend: ODBC runner: ubuntu-24.04