Skip to content

Commit

Permalink
Test on Apple Silicon (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 4, 2024
1 parent 919dfba commit 0bd029b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@ jobs:
strategy:
fail-fast: false
matrix:
version: ['1']
version: ['1.6', '1']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
include:
- version: '1'
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
Expand Down

0 comments on commit 0bd029b

Please sign in to comment.