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
@@ -40,7 +40,7 @@ env:
jobs:
performance-profile:
name: Performance Profiling
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-2
timeout-minutes: 30
steps:
- name: Checkout repository
@@ -115,7 +115,7 @@ jobs:
benchmark:
name: Benchmark Tests
runs-on: ubicloud-standard-4
runs-on: ubicloud-standard-2
timeout-minutes: 45
steps:
- name: Checkout repository