Skip to content

Commit a9dba2b

Browse files
committed
use Ubicloud
1 parent 10b4a0f commit a9dba2b

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/build-docker-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ concurrency:
1717
jobs:
1818
build-n-push:
1919
permissions: write-all
20-
runs-on: ubuntu-22.04-32core-karl
20+
runs-on: ubicloud-standard-16
2121
steps:
2222
- uses: actions/checkout@v4
2323

.github/workflows/build-docker-xtask.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: read
1818
packages: write
19-
runs-on: ubuntu-latest
19+
runs-on: ubicloud-standard-2
2020
steps:
2121
- uses: actions/checkout@v4
2222

.github/workflows/build-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
contents: read
1212
id-token: write
1313
pages: write
14-
runs-on: ubuntu-latest
14+
runs-on: ubicloud-standard-2
1515
steps:
1616
- uses: actions/checkout@v4
1717

.github/workflows/build-runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
jobs:
1818
build:
19-
runs-on: ubuntu-22.04-32core-karl
19+
runs-on: ubicloud-standard-16
2020

2121
steps:
2222
- uses: actions/checkout@v4

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
checks: write
1919
contents: write
2020

21-
runs-on: ubuntu-24.04-8core-bakunin
21+
runs-on: ubicloud-standard-8
2222

2323
steps:
2424
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)