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