Modify to ubicloud

This commit is contained in:
loverustfs
2025-12-19 09:42:21 +08:00
parent 1d111464f9
commit 889c67f359
9 changed files with 28 additions and 28 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ env:
jobs:
mint-single:
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
timeout-minutes: 40
steps:
- name: Checkout
@@ -100,7 +100,7 @@ jobs:
mint-multi:
if: github.event_name == 'workflow_dispatch' && github.event.inputs.run-multi == 'true'
needs: mint-single
runs-on: ubuntu-latest
runs-on: ubicloud-standard-4
timeout-minutes: 60
steps:
- name: Checkout