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