We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7bd237 commit 2b9e8adCopy full SHA for 2b9e8ad
.github/workflows/crossbuild.yml
@@ -45,7 +45,7 @@ jobs:
45
needs:
46
- gen-matrix
47
48
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
49
50
strategy:
51
fail-fast: false
.github/workflows/docker.yml
.github/workflows/dockerhub.yml
@@ -20,7 +20,7 @@ jobs:
20
# build the Docker images.
21
#
22
build_docker_images:
23
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
24
if: github.repository_owner == 'FreeRADIUS'
25
26
@@ -76,7 +76,7 @@ jobs:
76
77
78
manifest:
79
80
needs: build_docker_images
81
82
0 commit comments