mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Merge pull request #3865 from BenTheElder/actions-ubuntu
bump actions runners to ubuntu 22.04, as 20.04 is deprecated
This commit is contained in:
2
.github/workflows/docker.yaml
vendored
2
.github/workflows/docker.yaml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/podman.yml
vendored
2
.github/workflows/podman.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user