Skip to content

Commit

Permalink
update github runners
Browse files Browse the repository at this point in the history
  • Loading branch information
wphan committed Jul 3, 2024
1 parent 2a717b0 commit 660619f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ env:
jobs:
verified-build:
name: Build Verifiable Artifact
runs-on: ubuntu-latest
runs-on: ubicloud
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-sdk-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
update-sdk:
runs-on: ubuntu-latest
runs-on: ubicloud
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [published]
jobs:
release:
runs-on: ubuntu-latest
runs-on: ubicloud
steps:
- name: Checkout
uses: actions/[email protected]
Expand Down

0 comments on commit 660619f

Please sign in to comment.