ci: update all workflows to use ubicloud-standard-2 runner

This commit is contained in:
loverustfs
2025-12-21 23:43:12 +08:00
parent 3e2252e4bb
commit 958f054123
8 changed files with 27 additions and 27 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ defaults:
jobs:
s3tests-single:
if: github.event.inputs.test-mode == 'single'
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-2
timeout-minutes: 120
steps:
- uses: actions/checkout@v6
@@ -212,7 +212,7 @@ jobs:
s3tests-multi:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.test-mode == 'multi'
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-2
timeout-minutes: 150
steps:
- uses: actions/checkout@v6