From 7132afd440728015142ecb109e4ba97c19793f59 Mon Sep 17 00:00:00 2001 From: jiefenghuang Date: Wed, 22 Jan 2025 15:41:02 +0800 Subject: [PATCH] ci: modify ubuntu version Signed-off-by: jiefenghuang --- .github/workflows/chaos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chaos.yml b/.github/workflows/chaos.yml index 445c6010f13f..81689f05c9d1 100644 --- a/.github/workflows/chaos.yml +++ b/.github/workflows/chaos.yml @@ -19,7 +19,7 @@ on: jobs: chaos-test: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 strategy: fail-fast: false matrix: @@ -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: