Skip to content

Commit e1236d2

Browse files
authored
run GH actions on ubicloud (#2277)
1 parent aa3bc6f commit e1236d2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bump-version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
version:
8-
runs-on: ubuntu-latest
8+
runs-on: ubicloud
99
steps:
1010
- uses: actions/checkout@v3
1111
with:

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build:
1010
name: Create Release
11-
runs-on: ubuntu-latest
11+
runs-on: ubicloud
1212

1313
steps:
1414
- name: Configure release version

.github/workflows/origins.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: origins
22
on: [push]
33
jobs:
44
update-origins:
5-
runs-on: ubuntu-latest
5+
runs-on: ubicloud
66
steps:
77
- uses: actions/checkout@v2
88
with:

0 commit comments

Comments
 (0)