Skip to content

Commit 4f7087a

Browse files
authored
Fix static job, pin ubuntu version (redhat-cop#9044)
1 parent 3cae779 commit 4f7087a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-checks-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
static-checks:
1111
name: Run static tests using tox
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
1515
python-version:

0 commit comments

Comments
 (0)