From 1cd07192ebf4fd2b223355f4ba706dde6a8fe04b Mon Sep 17 00:00:00 2001 From: Evan Patterson Date: Sun, 19 May 2024 18:24:24 -0700 Subject: [PATCH] BUILD: Switch to ARM architecture for Mac tests. Tests for the InterTypes Java integration are failing due to an architecture mismatch. --- .github/workflows/julia_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/julia_ci.yml b/.github/workflows/julia_ci.yml index c1c7b29..2f066ee 100644 --- a/.github/workflows/julia_ci.yml +++ b/.github/workflows/julia_ci.yml @@ -49,7 +49,7 @@ jobs: include: # test macOS and Windows with latest Julia only - os: macOS-latest - arch: x64 + arch: arm64 version: "1.10.0" - os: windows-latest arch: x64