From cc6e9616626132f88e29457d072142fc4efb30b4 Mon Sep 17 00:00:00 2001 From: R4SAS Date: Sat, 8 Nov 2025 00:59:57 +0300 Subject: [PATCH] [gha] macos: test with arm64 --- .github/workflows/build-macos.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 880dbb4b..707dd8f4 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -31,10 +31,10 @@ jobs: fail-fast: true matrix: include: - #- target: macos-latest - # target-name: ARM64 - - target: macos-latest-large - target-name: Intel x86_64 + - target: macos-latest + target-name: ARM64 + #- target: macos-latest-large + # target-name: Intel x86_64 steps: - name: Checkout