From 7d8aba0c6e10572dfbcc342aab0356f25975ded6 Mon Sep 17 00:00:00 2001 From: Miro Stauder Date: Sat, 7 Feb 2026 13:07:02 +0100 Subject: [PATCH] Update ci-builds.yml Signed-off-by: Miro Stauder --- .github/workflows/ci-builds.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-builds.yml b/.github/workflows/ci-builds.yml index cdd57e8b7..455337eca 100644 --- a/.github/workflows/ci-builds.yml +++ b/.github/workflows/ci-builds.yml @@ -42,7 +42,7 @@ jobs: # fi builds: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 # needs: [ lock ] # outputs: # matrix: ${{ steps.set-matrix.outputs.matrix }} @@ -125,7 +125,7 @@ jobs: if: ${{ steps.cache-check.outputs.cache-hit != 'true' }} run: | cd proxysql/ - sed -i 's/docker-compose/docker compose/g' Makefile + #sed -i 's/docker-compose/docker compose/g' Makefile git fetch --tags --force mkdir ci_build_log if [[ "${{ matrix.type }}" =~ "-asan" ]]; then