Skip to content

Commit

Permalink
ci: bump ubuntu version to 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastien Binet <[email protected]>
  • Loading branch information
sbinet committed Feb 14, 2025
1 parent 6e95c6d commit 4c17b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build-cxx-root.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func build(rvers string, nproc int) {
"-v", fname+":/build.sh",
"-v", bdir+":/build/src",
"-v", dst+":/build/install",
"ubuntu:20.04", "/bin/sh", "/build.sh",
"ubuntu:24.04", "/bin/sh", "/build.sh",
)
cmd.Stdin = os.Stdin
cmd.Stdout = os.Stdout
Expand Down

0 comments on commit 4c17b35

Please sign in to comment.