From 85e61413516d2937db9267d09634c9638538ac92 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 27 Nov 2024 18:51:14 +0100 Subject: [PATCH] fix testing on arm64 --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad7a4370..6b5da8926 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,7 +54,12 @@ jobs: builder: ['self-hosted','ubuntu-22.04'] - target: os: macos + cpu: amd64 builder: macos-13 + - target: + os: macos + cpu: arm64 + builder: macos-latest - target: os: windows builder: windows-2019