From 7f54ee217d0911334cd7f3387167e56a1fea1faa Mon Sep 17 00:00:00 2001 From: Hakan Nilsson Date: Wed, 18 Sep 2024 21:07:36 +0200 Subject: [PATCH] oops use arm, not x86 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ab8adf77..cb8b0896 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -113,7 +113,7 @@ jobs: # Smaller job for MacOS to avoid excessive billing strategy: matrix: - platform: [macos-latest-x64] + platform: [macos-latest-arm] otp-version: [26] runs-on: ${{ matrix.platform }} steps: