Skip to content

Commit

Permalink
Merge pull request #1370 from jkonecny12/main-move-from-ubuntu-22-host
Browse files Browse the repository at this point in the history
Move away from ubuntu runner 22.04
  • Loading branch information
jkonecny12 authored Feb 14, 2025
2 parents fb9d51f + bbbea7e commit 1cb107c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: static-code-tests
on: [pull_request]
jobs:
static-code-tests:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
permissions: {}
container:
image: quay.io/rhinstaller/kstest-runner
Expand Down

0 comments on commit 1cb107c

Please sign in to comment.