Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
matrix:
version: ['1.10', '1']
os: [ubuntu-latest, macOS-latest, windows-latest]
arch: [x64]
include:
- version: '1'
os: macos-14
arch: aarch64
arch: [default]
# 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 All @@ -33,7 +29,7 @@ jobs:
# arch: x86
steps:
- uses: actions/checkout@v6
- uses: julia-actions/setup-julia@v2
- uses: julia-actions/setup-julia@v3
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down
Loading