From 27ffee00b6992104ae8be77b7ccd7b2b9ece39ec Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Sun, 15 Dec 2024 15:23:21 +0100 Subject: [PATCH] test if moving the CI to aarch64 fixes the homebrew issues --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 38c8147b7..b44d2acff 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -318,8 +318,8 @@ jobs: fail-fast: true matrix: include: - - target: x86_64-apple-darwin - os: macos-13 + - target: aarch64-apple-darwin + os: macos-latest - target: x86_64-pc-windows-msvc os: windows-latest ext: '.exe'