Skip to content

Commit

Permalink
chore(ci): use arc-runner-set (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored and RogerLamTd committed Dec 11, 2024
1 parent 4500f64 commit 6c95d5a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,17 @@ on:

jobs:
test:
runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.11.0
with:
access_token: ${{ github.token }}

- name: Prepare environment
continue-on-error: true
run: sudo apt-get update && sudo apt-get install -y build-essential

- uses: actions/checkout@v3
with:
repository: taikoxyz/taiko-geth
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-inactive-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
close-issues:
runs-on: ubuntu-latest
runs-on: arc-runner-set
permissions:
issues: write
pull-requests: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:

jobs:
release-please:
runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- uses: googleapis/release-please-action@v4
with:
Expand Down

0 comments on commit 6c95d5a

Please sign in to comment.