Skip to content

Commit

Permalink
Merge pull request #37 from mulkieran/ubuntu-20.04
Browse files Browse the repository at this point in the history
Use Ubuntu 22.04 image
  • Loading branch information
mulkieran authored Feb 11, 2025
2 parents e6a008d + b62d7ce commit 8f8a8f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
working-directory: ./ci/dependency_management

yamllint:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
container:
image: fedora:40 # CURRENT DEVELOPMENT ENVIRONMENT
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dummy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:

jobs:
dummy:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Run dummy test
run: echo "I exist to be Required in Github branch protection rules"

0 comments on commit 8f8a8f6

Please sign in to comment.