Skip to content

Commit 7132afd

Browse files
committed
ci: modify ubuntu version
Signed-off-by: jiefenghuang <[email protected]>
1 parent bffcba7 commit 7132afd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/chaos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
jobs:
2121
chaos-test:
22-
runs-on: ubuntu-latest
22+
runs-on: ubuntu-22.04
2323
strategy:
2424
fail-fast: false
2525
matrix:
@@ -216,7 +216,7 @@ jobs:
216216
uses: lhotari/action-upterm@v1
217217

218218
success-all-test:
219-
runs-on: ubuntu-latest
219+
runs-on: ubuntu-22.04
220220
needs: [chaos-test]
221221
if: always()
222222
steps:

0 commit comments

Comments
 (0)