Skip to content

Commit

Permalink
remove macos 13 build
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbr committed Nov 22, 2023
1 parent b0d80c1 commit c2df667
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 @@ -108,18 +108,3 @@ jobs:
run: cd build && make
- name: tests
run: cd build && ctest --output-on-failure
macos-13-build:
runs-on: macos-13
steps:
- name: Checkout repository code
uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive
- name: install dependencies
run: export HOMEBREW_NO_INSTALL_CLEANUP=TRUE && brew install --force --overwrite cmake && brew install --force --overwrite glpk && brew tap coin-or-tools/coinor && brew install --force --overwrite coin-or-tools/coinor/cbc
- 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 c2df667

Please sign in to comment.