From 89ffeebd90ebb299eca91b2bd0c1b52cae01c8c6 Mon Sep 17 00:00:00 2001 From: Oscar Dowson Date: Mon, 4 Mar 2024 19:09:56 +1300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc9838a..3faf0b0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,11 @@ jobs: fail-fast: false matrix: version: ['1.6', '1'] - os: [ubuntu-latest, macOS-latest, macos-14, windows-latest] + os: [ubuntu-latest, macOS-latest, windows-latest] arch: [x64] + include: + - os: macos-14 + arch: aarch64 # HiGHS segfaults on 32-bit. # Upstream is https://github.com/ERGO-Code/HiGHS/issues/769 # but we decided investigating was a low priority until it