Skip to content

Commit 8f8a8f6

Browse files
authored
Merge pull request #37 from mulkieran/ubuntu-20.04
Use Ubuntu 22.04 image
2 parents e6a008d + b62d7ce commit 8f8a8f6

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)