|
21 | 21 | matrix: |
22 | 22 | include: [ |
23 | 23 | { os: windows-2022, arch: x86_64, msystem: mingw64, debug: true, suffix: "-dbg" }, |
24 | | - { os: windows-2022, arch: x86_64, msystem: mingw64, debug: false, suffix: "" }, |
25 | | - { os: windows-2022, arch: msvc, msystem: mingw64, debug: false, suffix: "-md" }, |
| 24 | + { os: windows-2025, arch: x86_64, msystem: mingw64, debug: false, suffix: "" }, |
| 25 | + { os: windows-2022, arch: msvc, msystem: mingw64, debug: true, suffix: "-dbg" }, |
| 26 | + { os: windows-2025, arch: msvc, msystem: mingw64, debug: false, suffix: "-md" }, |
26 | 27 | ] |
27 | 28 | steps: |
28 | 29 | - name: Checkout source |
|
58 | 59 | ADD_ARGS+=( --skip='ThirdParty/Metis ThirdParty/Mumps ThirdParty/Blas ThirdParty/Lapack' ) |
59 | 60 | ADD_BUILD_ARGS=() |
60 | 61 | ADD_BUILD_ARGS+=( --build=x86_64-w64-mingw32 --tests main --enable-relocatable --disable-pkg-config ) |
61 | | - ADD_BUILD_ARGS+=( --verbosity 2 ) |
| 62 | + ADD_BUILD_ARGS+=( --disable-openmp --verbosity 2 ) |
62 | 63 | [[ ${{ matrix.debug }} == "true" ]] && ADD_BUILD_ARGS+=( --enable-debug ) |
63 | 64 | [[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc=MD ) |
64 | 65 | ./coinbrew/coinbrew fetch ${{ github.event.repository.name }} --skip-update "${ADD_ARGS[@]}" |
|
0 commit comments