From: Matthew Newton Date: Tue, 25 Oct 2022 14:14:16 +0000 (+0100) Subject: CI: fix comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e599138e0f4b90a0bf3a2f55dddac8266fc3bcf3;p=thirdparty%2Ffreeradius-server.git CI: fix comment --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6615ed3992..d72df48f1f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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