Skip to content

Commit

Permalink
ci: modify ubuntu version
Browse files Browse the repository at this point in the history
Signed-off-by: jiefenghuang <[email protected]>
  • Loading branch information
jiefenghuang committed Jan 22, 2025
1 parent bffcba7 commit 7132afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chaos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:

jobs:
chaos-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:
uses: lhotari/action-upterm@v1

success-all-test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: [chaos-test]
if: always()
steps:
Expand Down

0 comments on commit 7132afd

Please sign in to comment.