Skip to content

Commit

Permalink
ci: bump ubuntu versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcnewton committed Feb 12, 2025
1 parent e7bd237 commit 2b9e8ad
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crossbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs:
- gen-matrix

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
needs:
- gen-matrix

runs-on: ubuntu-20.04
runs-on: ubuntu-latest

strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dockerhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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'

Expand Down

0 comments on commit 2b9e8ad

Please sign in to comment.