]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Switch GitHub runners to Ubuntu 24.04 to match self-hosted
authorNick Porter <nick@portercomputing.co.uk>
Fri, 18 Apr 2025 14:50:15 +0000 (15:50 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 21 Apr 2025 11:27:08 +0000 (12:27 +0100)
.github/workflows/ci.yml

index 54a5aaf1d2abbd056cbb8d86b0f7418d6ea75dda..c3ca7c49a62126b76fe4fcdb85471e33762c5d8c 100644 (file)
@@ -62,16 +62,16 @@ jobs:
 
         #  runs_on - where GitHub will spin up the runner, either
         #            "self-hosted", or the name of a GitHub VM image
-        #            e.g. ubuntu-20.04 or ubuntu-latest
+        #            e.g. ubuntu-24.04 or ubuntu-latest
         #            see: https://github.com/actions/runner-images
         #  code    - the name/version of the OS (for step evaluations below)
         #  docker  - the docker image name, if containers are being used
         #  name    - used in the job name only
         os:
-          - runs_on: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self-hosted' || 'ubuntu-20.04' }}"
+          - runs_on: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self-hosted' || 'ubuntu-24.04' }}"
             docker: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'docker.internal.networkradius.com/self-hosted' || 'ubuntu:24.04' }}"
             name: "${{ needs.pre-ci.outputs.selfhosted == '1' && 'self' || 'gh' }}-ubuntu24"
-            code: "ubuntu2004"
+            code: "ubuntu2404"
             imageos: "ubuntu24"
 
         env: