Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build_and_push_latest:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Build and push latest tag from devel and on new commits
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
podman:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Podman
steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
tox -e podman

docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Docker
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Release
steps:
- uses: actions/checkout@v2
Expand Down