From a2123756cd027b1a72087bda009465733eee3948 Mon Sep 17 00:00:00 2001 From: Matt Sturgeon Date: Sun, 15 Jun 2025 19:33:27 +0100 Subject: [PATCH] ci/docs: run non-build jobs on ARM This may be marginally slower, but should be more efficient. Continue using x86 for the main build as it will be faster. (cherry picked from commit 7176d51a343c642d4cc6c4ac3f547b54850b0e82) --- .github/workflows/website.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 3fa87db5..674aac8d 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -79,7 +79,7 @@ jobs: combine: name: Combine builds - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm needs: build env: @@ -111,7 +111,7 @@ jobs: deploy: name: Deploy - runs-on: ubuntu-latest + runs-on: ubuntu-24.04-arm needs: combine permissions: