From 335eb04a91f481f37c0c9b302ee31b449b04c3e9 Mon Sep 17 00:00:00 2001 From: Rohanjames1997 Date: Sat, 22 Feb 2025 04:48:57 -0600 Subject: [PATCH] ci : Build on Github-hosted arm64 runners (#12009) --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6555eb47..859d538c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -173,7 +173,10 @@ jobs: name: llama-bin-macos-x64.zip ubuntu-cpu-cmake: - runs-on: ubuntu-22.04 + strategy: + matrix: + os: [ubuntu-22.04, ubuntu-22.04-arm] + runs-on: ${{ matrix.os }} steps: - name: Clone