From d513f93a398f544b94e91ce5e0fb3b79e8a7ec68 Mon Sep 17 00:00:00 2001 From: msukkari Date: Thu, 30 Jan 2025 14:30:53 -0800 Subject: [PATCH] switch to using arm64 runners on arm64 build --- .github/workflows/staging-ghcr-public.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/staging-ghcr-public.yml b/.github/workflows/staging-ghcr-public.yml index 8719f14c..9e71eefe 100644 --- a/.github/workflows/staging-ghcr-public.yml +++ b/.github/workflows/staging-ghcr-public.yml @@ -10,16 +10,19 @@ env: jobs: build: - runs-on: macos-13 + runs-on: ${{ matrix.runs-on}} permissions: contents: read packages: write id-token: write strategy: matrix: - platform: - - linux/amd64 - - linux/arm64 + platform: [linux/amd64, linux/arm64] + include: + - platform: linux/amd64 + runs-on: ubuntu-latest + - platform: linux/arm64 + runs-on: ubuntu-24.04-arm steps: - name: Prepare