From: Nick Porter Date: Fri, 18 Apr 2025 14:50:15 +0000 (+0100) Subject: Switch GitHub runners to Ubuntu 24.04 to match self-hosted X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28ec50a59186c304d6c7c20bfced16db475b4882;p=thirdparty%2Ffreeradius-server.git Switch GitHub runners to Ubuntu 24.04 to match self-hosted --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 54a5aaf1d2a..c3ca7c49a62 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: