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
@@ -37,7 +37,7 @@ env:
jobs:
mint-single:
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-2
timeout-minutes: 40
steps:
- name: Checkout
@@ -114,7 +114,7 @@ jobs:
mint-multi:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.run-multi == 'true'
needs: mint-single
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-2
timeout-minutes: 60
steps:
- name: Checkout