Skip to content

Commit

Permalink
chore: remove ubicloud runners
Browse files Browse the repository at this point in the history
  • Loading branch information
benfdking committed Nov 11, 2024
1 parent 210923f commit d9e8776
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Validate all commits from PR
run: pnpx commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
node-check:
runs-on: ubicloud-standard-16
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # ratchet:actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- target: aarch64-unknown-linux-gnu
bin: quary
name: quary-linux-aarch64-gnu.zip
runs-on: ubicloud-standard-2-arm
runs-on: ubuntu-latest
runs-on: ${{ matrix.platform.runs-on }}
continue-on-error: true
needs:
Expand Down

0 comments on commit d9e8776

Please sign in to comment.