Skip to content

Commit

Permalink
bump ations runners to ubuntu 22.04, as 20.04 is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed Feb 14, 2025
1 parent acbabc1 commit 10a6bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
docker:
name: Docker
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ permissions:
jobs:
podman:
name: Podman
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
timeout-minutes: 30
strategy:
fail-fast: false
Expand Down

0 comments on commit 10a6bc5

Please sign in to comment.