ci: ubuntu-24.04
This commit is contained in:
parent
f482fc7c03
commit
8284bd7c83
6
.github/workflows/build-packages.yml
vendored
6
.github/workflows/build-packages.yml
vendored
@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build ${{ matrix.arch }}-${{ matrix.tag }}
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -54,6 +54,10 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Free disk space
|
||||
run: |
|
||||
rm -rf /usr/lib/{jvm,llvm} /usr/local /usr/src/* /var/lib/gems /var/lib/mysql /var/lib/snapd /etc/skel /opt/{microsoft,az,hostedtoolcache,cni,mssql-tools,pipx} /usr/share/{az*,dotnet,swift,miniconda,gradle*,java,kotlinc,ri,sbt} /root/{.sbt,.local,.npm} /usr/libexec/gcc/x86_64-linux-gnu/14 /usr/lib/x86_64-linux-gnu/{*clang*,*LLVM*} /home/linuxbrew
|
||||
|
||||
- name: Hack daed packages
|
||||
run: |
|
||||
sed -i 's/$(BPF_DEPENDS)//g' daed/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user