]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
ci: bump ubuntu versions
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 12 Feb 2025 20:39:00 +0000 (20:39 +0000)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Wed, 12 Feb 2025 20:39:00 +0000 (20:39 +0000)
.github/workflows/crossbuild.yml
.github/workflows/docker.yml
.github/workflows/dockerhub.yml

index d3d91867ffafef547e8ab8b7800884cd4b59be98..15694a2769bcba77ee1e01b20617848a47d1b28f 100644 (file)
@@ -45,7 +45,7 @@ jobs:
     needs:
       - gen-matrix
 
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
 
     strategy:
       fail-fast: false
index 67af2a2b4fddbe6d74ed65a62fcf5702c0374f7a..8b63a41f0ba9e8a44270e8852cffff703e813a6a 100644 (file)
@@ -45,7 +45,7 @@ jobs:
     needs:
       - gen-matrix
 
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-latest
 
     strategy:
       fail-fast: false
index 738c9c06aa6acd5d7e870e62f72f8ab7d88377e5..c1f0f614612e5fc8c92d3aff1db27f471f0ebfd6 100644 (file)
@@ -20,7 +20,7 @@ jobs:
   #  build the Docker images.
   #
   build_docker_images:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     if: github.repository_owner == 'FreeRADIUS'
 
     strategy:
@@ -76,7 +76,7 @@ jobs:
 
 
   manifest:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-24.04
     needs: build_docker_images
     if: github.repository_owner == 'FreeRADIUS'