diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c892458087..dfcb76c4d3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/close-inactive-issues.yml b/.github/workflows/close-inactive-issues.yml index 7859200c10ae..1dec9c804b0b 100644 --- a/.github/workflows/close-inactive-issues.yml +++ b/.github/workflows/close-inactive-issues.yml @@ -5,7 +5,7 @@ on: jobs: close-issues: - runs-on: ubuntu-latest + runs-on: arc-runner-set permissions: issues: write pull-requests: write diff --git a/.github/workflows/lint-pr.yml b/.github/workflows/lint-pr.yml index ce00cc6b1e4f..7a3b6a5da423 100644 --- a/.github/workflows/lint-pr.yml +++ b/.github/workflows/lint-pr.yml @@ -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: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 8d00df7df4fc..d696bd1c6685 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -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: