ci: replace ubicloud runner with self host runner on k8s (#4245)

This commit is contained in:
majinghe
2026-07-03 23:12:18 +08:00
committed by GitHub
parent 63b6954ae3
commit 4542d4060f
5 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ env:
jobs:
performance-profile:
name: Performance Profiling
runs-on: ubicloud-standard-2
runs-on: sm-standard-2
timeout-minutes: 30
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
@@ -117,7 +117,7 @@ jobs:
benchmark:
name: Benchmark Tests
runs-on: ubicloud-standard-2
runs-on: sm-standard-2
timeout-minutes: 45
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"