From 9aa40f0d5384fb5024e0600c84b69112219bd52f Mon Sep 17 00:00:00 2001 From: David Date: Fri, 25 Oct 2024 13:26:55 +0800 Subject: [PATCH 1/2] chore(ci): use `arc-runner-set` --- .github/workflows/ci.yml | 2 +- .github/workflows/close-inactive-issues.yml | 2 +- .github/workflows/lint-pr.yml | 2 +- .github/workflows/release-please.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a4c892458087..a177479d141e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ 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 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: From a5779f0837cefd4a15b2afb1d6c5003b03d4d4fb Mon Sep 17 00:00:00 2001 From: David Date: Fri, 25 Oct 2024 13:30:13 +0800 Subject: [PATCH 2/2] chore: update ci --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a177479d141e..dfcb76c4d3cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,10 @@ jobs: 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