We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919dfba commit 0bd029bCopy full SHA for 0bd029b
.github/workflows/ci.yml
@@ -11,9 +11,13 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- version: ['1']
+ version: ['1.6', '1']
15
os: [ubuntu-latest, macOS-latest, windows-latest]
16
arch: [x64]
17
+ include:
18
+ - version: '1'
19
+ os: macos-14
20
+ arch: aarch64
21
# HiGHS segfaults on 32-bit.
22
# Upstream is https://github.com/ERGO-Code/HiGHS/issues/769
23
# but we decided investigating was a low priority until it
0 commit comments