Skip to content

Commit

Permalink
run GH actions on ubicloud (#2277)
Browse files Browse the repository at this point in the history
  • Loading branch information
gilberthdez authored Feb 21, 2024
1 parent aa3bc6f commit e1236d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
version:
runs-on: ubuntu-latest
runs-on: ubicloud
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build:
name: Create Release
runs-on: ubuntu-latest
runs-on: ubicloud

steps:
- name: Configure release version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/origins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: origins
on: [push]
jobs:
update-origins:
runs-on: ubuntu-latest
runs-on: ubicloud
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit e1236d2

Please sign in to comment.