Skip to content

Commit b62d7ce

Browse files
committed
Use Ubuntu 22.04 image
Ubuntu 20.04 image will go into unsupported mode soon Signed-off-by: mulhern <amulhern@redhat.com>
1 parent e6a008d commit b62d7ce

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
working-directory: ./ci/dependency_management
9595

9696
yamllint:
97-
runs-on: ubuntu-20.04
97+
runs-on: ubuntu-22.04
9898
container:
9999
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
100100
steps:

.github/workflows/dummy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
dummy:
17-
runs-on: ubuntu-20.04
17+
runs-on: ubuntu-22.04
1818
steps:
1919
- name: Run dummy test
2020
run: echo "I exist to be Required in Github branch protection rules"

0 commit comments

Comments
 (0)