File tree 2 files changed +10
-7
lines changed
2 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -22,17 +22,20 @@ jobs:
22
22
build_static : [true, false]
23
23
download_requirements : [sudo apt install -y -qq gfortran liblapack-dev libmetis-dev libnauty2-dev]
24
24
include :
25
- - os : macos-12
25
+ - os : macos-13
26
+ arch : auto
26
27
build_static : false
27
- flags : CC=clang OSX=12
28
+ flags : CC=clang OSX=13
28
29
download_requirements : brew install metis bash
29
- - os : macos-12
30
+ - os : macos-13
31
+ arch : auto
30
32
build_static : false
31
- flags : CC=gcc-11 CXX=g++-11 OSX=12
33
+ flags : CC=gcc-13 CXX=g++-13 OSX=13
32
34
download_requirements : brew install metis bash
33
- - os : macos-12
35
+ - os : macos-13
36
+ arch : arm64
34
37
build_static : false
35
- flags : CC=gcc-12 CXX=g++-12 OSX=12
38
+ flags : CC=clang OSX=13
36
39
download_requirements : brew install metis bash
37
40
steps :
38
41
- name : Checkout source
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
ADD_BUILD_ARGS+=( --build=x86_64-w64-mingw32 --tests main --enable-relocatable )
105
105
ADD_BUILD_ARGS+=( --verbosity 2 )
106
106
[[ ${{ matrix.debug }} == "true" ]] && ADD_BUILD_ARGS+=( --enable-debug )
107
- [[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc )
107
+ [[ ${{ matrix.arch }} == "msvc" ]] && ADD_BUILD_ARGS+=( --enable-msvc=MD )
108
108
./coinbrew/coinbrew fetch ${{ github.event.repository.name }} --skip-update "${ADD_ARGS[@]}"
109
109
./coinbrew/coinbrew build ${{ github.event.repository.name }} ${{ env.host_flag }} \
110
110
"${ADD_ARGS[@]}" "${ADD_BUILD_ARGS[@]}"
You can’t perform that action at this time.
0 commit comments