]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Just bump the runner to 24.04, we only run sanitizer on GitHub anyway...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 15:56:10 +0000 (10:56 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 28 Aug 2024 15:56:10 +0000 (10:56 -0500)
.github/workflows/ci-sanitizers.yml

index 019e154e5529bfab59ef42949f474663e5778fe1..c2ff0669a872e592e7de0797236b1df0d1e8e6b0 100644 (file)
@@ -57,7 +57,7 @@ jobs:
         #  docker  - the docker image name, if containers are being used
         #  name    - used in the job name only
         os:
-          - { runs_on: "ubuntu-20.04",  code: "ubuntu2004", docker: "ubuntu:24.04", name: "gh-ubuntu24", imageos: "ubuntu24" }
+          - { runs_on: "ubuntu-24.04",  code: "ubuntu2404", docker: "ubuntu:24.04", name: "gh-ubuntu24", imageos: "ubuntu24" }
 
         env:
           - { CC: clang, BUILD_CFLAGS: "-DWITH_EVAL_DEBUG",         LIBS_OPTIONAL: no,  LIBS_ALT: no,  TEST_TYPE: fixtures, NAME: linux-clang-lean    }