Skip to content

Commit

Permalink
build: disable Darwin x64 build
Browse files Browse the repository at this point in the history
It is currently failing:

   packages/highs-addon postinstall: ninja: error: 'highs_download-prefix/src/highs_download-build/lib/libhighs.a', needed by 'Release/highs_addon.node', missing and no known rule to make it
  • Loading branch information
mtth committed Nov 20, 2024
1 parent b67f071 commit 1b6c55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
include:
- key: linux-x64
os: ubuntu-22.04
- key: darwin-x64
os: macos-12
# - key: darwin-x64
# os: macos-12
- key: darwin-arm64
os: macos-14
name: Prebuild ${{ matrix.key }}
Expand Down

0 comments on commit 1b6c55b

Please sign in to comment.