diff --git a/.github/workflows/bump-dependencies.yml b/.github/workflows/bump-dependencies.yml index a59eca3398..47cb175da1 100644 --- a/.github/workflows/bump-dependencies.yml +++ b/.github/workflows/bump-dependencies.yml @@ -31,7 +31,7 @@ jobs: if: >- github.repository_owner == 'jamulussoftware' && github.event_name != 'pull_request_target' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm strategy: fail-fast: false matrix: diff --git a/.github/workflows/check-json-rpcs-docs.yml b/.github/workflows/check-json-rpcs-docs.yml index 3a6d98aae8..c6dce26643 100644 --- a/.github/workflows/check-json-rpcs-docs.yml +++ b/.github/workflows/check-json-rpcs-docs.yml @@ -11,7 +11,7 @@ on: jobs: check-json-rpc-docs: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v7 - run: ./tools/generate_json_rpc_docs.py diff --git a/.github/workflows/coding-style-check.yml b/.github/workflows/coding-style-check.yml index d06bfd7b3c..70fff9240e 100644 --- a/.github/workflows/coding-style-check.yml +++ b/.github/workflows/coding-style-check.yml @@ -34,7 +34,7 @@ jobs: # As this action runs with minimal permissions and does not influence the build output, # we perform no version pinning for the runner or the installed tools here. # The clangFormatVersion is based on Ubuntu current LTS (jammy at time of writing). - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - uses: actions/checkout@v7 - name: Check .cpp/.h/.mm with clang-format diff --git a/.github/workflows/translation-check.yml b/.github/workflows/translation-check.yml index d2b4aed3af..fd968ae190 100644 --- a/.github/workflows/translation-check.yml +++ b/.github/workflows/translation-check.yml @@ -22,7 +22,7 @@ jobs: name: Verify translation permissions: contents: read - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm steps: - name: Checkout Code uses: actions/checkout@v7 diff --git a/.github/workflows/update-copyright-notices.yml b/.github/workflows/update-copyright-notices.yml index 6994f2ad52..851832fb80 100644 --- a/.github/workflows/update-copyright-notices.yml +++ b/.github/workflows/update-copyright-notices.yml @@ -14,7 +14,7 @@ jobs: if: >- github.repository_owner == 'jamulussoftware' && github.event_name == 'push' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm permissions: pull-requests: write contents: write