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