Skip to content

Commit 98f35e4

Browse files
authored
fix: use 22.04 instead of latest (#213)
Signed-off-by: msclock <[email protected]>
1 parent 51220a9 commit 98f35e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
jobs:
1717

1818
pre-commit:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020
permissions:
2121
contents: write
2222

@@ -50,7 +50,7 @@ jobs:
5050
commit_message: 'ci: auto fixes from pre-commit'
5151

5252
format_and_update_ports:
53-
runs-on: ubuntu-latest
53+
runs-on: ubuntu-22.04
5454
permissions:
5555
contents: write
5656
id-token: write

0 commit comments

Comments
 (0)