File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -30,15 +30,11 @@ jobs:
30
30
arch : x64
31
31
max-cxx-std : 17
32
32
args : " -DPYBIND11_FINDPYTHON=ON"
33
- - runs-on : macos-latest
34
- python : 3.7
35
- arch : x64
36
- max-cxx-std : 17
37
- args : " -DPYBIND11_FINDPYTHON=ON"
38
33
- runs-on : windows-2016
39
34
python : 3.7
40
35
arch : x86
41
- max-cxx-std : 14
36
+ max-cxx-std : 17
37
+ args : " -DCMAKE_CXX_FLAGS=//permissive- //DWIN32 //D_WINDOWS //W3 //GR //EHsc"
42
38
- runs-on : windows-latest
43
39
python : 3.6
44
40
arch : x64
57
53
python : 3.9-dev
58
54
arch : x64
59
55
max-cxx-std : 17
56
+ args : " -DPYBIND11_FINDPYTHON=ON"
60
57
61
58
exclude :
62
59
# Currently 32bit only, and we build 64bit
92
89
python-version : ${{ matrix.python }}
93
90
architecture : ${{ matrix.arch }}
94
91
95
- - name : Setup Boost
96
- if : runner.os != 'macOS'
92
+ - name : Setup Boost (Windows / Linux latest)
97
93
run : echo "::set-env name=BOOST_ROOT::$BOOST_ROOT_1_72_0"
98
94
99
95
- name : Update CMake
You can’t perform that action at this time.
0 commit comments