From bfb99b0112686e59f28ff45001996f6c79fffdc6 Mon Sep 17 00:00:00 2001 From: narimiran Date: Wed, 12 Feb 2025 12:01:54 +0100 Subject: [PATCH] correctly build arm64 macos Nim compiler --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aabaf7e750..e5ffdd1cd0 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