Skip to content

Commit 0bd029b

Browse files
authored
Test on Apple Silicon (#203)
1 parent 919dfba commit 0bd029b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,13 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
version: ['1']
14+
version: ['1.6', '1']
1515
os: [ubuntu-latest, macOS-latest, windows-latest]
1616
arch: [x64]
17+
include:
18+
- version: '1'
19+
os: macos-14
20+
arch: aarch64
1721
# HiGHS segfaults on 32-bit.
1822
# Upstream is https://github.com/ERGO-Code/HiGHS/issues/769
1923
# but we decided investigating was a low priority until it

0 commit comments

Comments
 (0)