From 982bed26d49b11f9a833218e71bfd7137578f1ab Mon Sep 17 00:00:00 2001 From: huuyafwww Date: Sat, 1 Feb 2025 23:51:16 +0900 Subject: [PATCH] =?UTF-8?q?arm=E3=81=B8=E5=A4=89=E6=9B=B4=E3=81=97?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/auto-assign-author.yml | 2 +- .github/workflows/build-test.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-assign-author.yml b/.github/workflows/auto-assign-author.yml index b51272d..090a7c9 100644 --- a/.github/workflows/auto-assign-author.yml +++ b/.github/workflows/auto-assign-author.yml @@ -6,7 +6,7 @@ on: jobs: assign-author: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - uses: kentaro-m/auto-assign-action@v2.0.0 with: diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e88d15b..8bef303 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -7,7 +7,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout code uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87e43cc..15daf27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ on: jobs: release: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm permissions: contents: write pull-requests: write