From 5b92002086a7ca45ce02ae673d1064c704a08b4a Mon Sep 17 00:00:00 2001 From: liuyhwangyh Date: Mon, 7 Aug 2023 09:53:56 +0800 Subject: [PATCH] ci to us host --- .github/workflows/citest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/citest.yaml b/.github/workflows/citest.yaml index 1ff78a65..463d391c 100644 --- a/.github/workflows/citest.yaml +++ b/.github/workflows/citest.yaml @@ -39,7 +39,7 @@ concurrency: jobs: unittest: # The type of runner that the job will run on - runs-on: [modelscope-self-hosted] + runs-on: [modelscope-self-hosted-us] timeout-minutes: 240 steps: - name: ResetFileMode