Update ci-builds.yml

Signed-off-by: Miro Stauder <miro@proxysql.com>
fix/3p-ci-error-handling
Miro Stauder 3 months ago committed by GitHub
parent 144fec3750
commit 7d8aba0c6e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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

Loading…
Cancel
Save