File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ on: [push, pull_request]
44jobs :
55 build_job :
66 # The host should always be linux
7- runs-on : ubuntu-22 .04
7+ runs-on : ubuntu-24 .04
88 name : Build on ${{ matrix.distro }} ${{ matrix.arch }}
99
1010 # Run steps on a matrix of 4 arch/distro combinations
1111 strategy :
1212 matrix :
1313 include :
1414 - arch : aarch64
15- distro : ubuntu22 .04
15+ distro : ubuntu24 .04
1616 - arch : ppc64le
1717 distro : alpine_latest
1818 - arch : riscv64
@@ -23,10 +23,10 @@ jobs:
2323 distro : bullseye
2424 - arch : none
2525 distro : none
26- base_image : ubuntu:22 .04
26+ base_image : ubuntu:24 .04
2727 - arch : none
2828 distro : none
29- base_image : --platform=linux/riscv64 riscv64/ubuntu:22 .04
29+ base_image : --platform=linux/riscv64 riscv64/ubuntu:24 .04
3030
3131 steps :
3232 - uses : actions/checkout@v3
You can’t perform that action at this time.
0 commit comments