Skip to content

Commit 22ef05d

Browse files
committed
drop macos-12 builds, drop coinor installation from macos-14 build, seems broken
1 parent e50f61f commit 22ef05d

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.github/workflows/build.yml

+1-16
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
- name: Checkout submodules
163163
run: git submodule update --init --recursive
164164
- name: install dependencies
165-
run: 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
165+
run: brew install --force --overwrite cmake && brew install --force --overwrite glpk
166166
- name: cmake
167167
run: mkdir build && cd build && cmake ..
168168
- name: make
@@ -184,18 +184,3 @@ jobs:
184184
run: cd build && make
185185
- name: tests
186186
run: cd build && ctest --output-on-failure
187-
macos-12-build:
188-
runs-on: macos-12
189-
steps:
190-
- name: Checkout repository code
191-
uses: actions/checkout@v2
192-
- name: Checkout submodules
193-
run: git submodule update --init --recursive
194-
- name: install dependencies
195-
run: brew install --force --overwrite cmake && brew install --force --overwrite glpk
196-
- name: cmake
197-
run: mkdir build && cd build && cmake ..
198-
- name: make
199-
run: cd build && make
200-
- name: tests
201-
run: cd build && ctest --output-on-failure

0 commit comments

Comments
 (0)