Skip to content

Commit c7f7dfa

Browse files
committed
windows config
1 parent 60d0c86 commit c7f7dfa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/cmake-find-build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cmake-find-build-macos
33
on: [push, pull_request]
44

55
jobs:
6-
ubuntu:
6+
macos:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
fail-fast: false

.github/workflows/cmake-find-build-windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: cmake-find-build-windows
33
on: [push, pull_request]
44

55
jobs:
6-
ubuntu:
6+
windows:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
fail-fast: false
@@ -42,8 +42,8 @@ jobs:
4242
- name: Build, ctest and install HiGHS
4343
working-directory: ${{runner.workspace}}\\build-highs-${{matrix.branch}}-b
4444
run: |
45-
cmake --build . --parallel
46-
ctest
45+
cmake --build . --parallel --config Release
46+
ctest -C Release
4747
4848
- name: Configure CMakeFindHighsPackage
4949
working-directory: ${{runner.workspace}}\\build-find-build-${{matrix.branch}}

0 commit comments

Comments
 (0)