Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr authored Oct 31, 2024
1 parent 7b90c09 commit 6f14248
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,18 +199,3 @@ jobs:
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
macos-11-build:
runs-on: macos-11
steps:
- name: Checkout repository code
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: install dependencies
run: brew install --force --overwrite cmake && brew install --force --overwrite glpk
- name: cmake
run: mkdir build && cd build && cmake ..
- name: make
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure

0 comments on commit 6f14248

Please sign in to comment.