Skip to content

Commit 2b9e8ad

Browse files
committed
ci: bump ubuntu versions
1 parent e7bd237 commit 2b9e8ad

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/crossbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs:
4646
- gen-matrix
4747

48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-latest
4949

5050
strategy:
5151
fail-fast: false

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
needs:
4646
- gen-matrix
4747

48-
runs-on: ubuntu-20.04
48+
runs-on: ubuntu-latest
4949

5050
strategy:
5151
fail-fast: false

.github/workflows/dockerhub.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# build the Docker images.
2121
#
2222
build_docker_images:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424
if: github.repository_owner == 'FreeRADIUS'
2525

2626
strategy:
@@ -76,7 +76,7 @@ jobs:
7676
7777
7878
manifest:
79-
runs-on: ubuntu-22.04
79+
runs-on: ubuntu-24.04
8080
needs: build_docker_images
8181
if: github.repository_owner == 'FreeRADIUS'
8282

0 commit comments

Comments
 (0)