Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 4, 2024
1 parent 7c5f9e1 commit 89ffeeb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 89ffeeb

Please sign in to comment.