]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
CI: fix comment
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 25 Oct 2022 14:14:16 +0000 (15:14 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Tue, 25 Oct 2022 14:14:16 +0000 (15:14 +0100)
.github/workflows/ci.yml

index d6615ed39929fad742b375d31e996cbff29dce48..d72df48f1f89f3293a3ec9afbfc077fe510ac08e 100644 (file)
@@ -62,7 +62,8 @@ jobs:
 
         #  runs_on - where GitHub will spin up the runner, either
         #            "self-hosted", or the name of a GitHub VM image
-        #            e.g. gh20-ubuntu20 or self-ubuntu20.
+        #            e.g. ubuntu-20.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