From d9189f37a9bbde2a924a1718c6be1839b7c046f0 Mon Sep 17 00:00:00 2001 From: Alex Lokshin Date: Fri, 7 Feb 2025 11:37:29 -0800 Subject: [PATCH] fix: Update runs-on to use ARM64 or X64 (#1097) --- .github/workflows/conventional_commits_title.yml | 2 +- .github/workflows/dependabot_automerge.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/conventional_commits_title.yml b/.github/workflows/conventional_commits_title.yml index 4048a7b84..c6fd70634 100644 --- a/.github/workflows/conventional_commits_title.yml +++ b/.github/workflows/conventional_commits_title.yml @@ -9,6 +9,6 @@ on: jobs: conventional_commit_title: - runs-on: [self-hosted, ARM64, linux] + runs-on: ARM64 steps: - uses: chanzuckerberg/github-actions/.github/actions/conventional-commits@main diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index 63a4024a5..518395cd7 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.yml @@ -9,7 +9,7 @@ concurrency: cancel-in-progress: true jobs: dependabot: - runs-on: [self-hosted, ARM64, linux] + runs-on: ARM64 if: ${{ github.actor == 'dependabot[bot]' }} steps: - name: Generate token diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ec78a558c..f3ea6d93f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: name: release-please jobs: release-please: - runs-on: [self-hosted, ARM64, linux] + runs-on: ARM64 steps: - uses: actions/github-script@v5 id: configure-changelog