Skip to content

Commit 678d4d8

Browse files
committed
chore: Switch test workflows to ubicloud runners
1 parent dbdae2f commit 678d4d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint_golang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
golangci:
1212
name: Lint with GolangCI
13-
runs-on: large-ubuntu-plugin-sdk
13+
runs-on: ubicloud-standard-8
1414
timeout-minutes: 10
1515
steps:
1616
- uses: actions/checkout@v4

.github/workflows/unittest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
unitests:
1212
strategy:
1313
matrix:
14-
os: [large-ubuntu-plugin-sdk, large-windows-plugin-sdk, macos-latest]
14+
os: [ubicloud-standard-8, large-windows-plugin-sdk, macos-latest]
1515
runs-on: ${{ matrix.os }}
1616
timeout-minutes: 15
1717
steps:

0 commit comments

Comments
 (0)