We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56df3c4 commit 25f06ffCopy full SHA for 25f06ff
.github/workflows/ci.yml
@@ -30,15 +30,11 @@ jobs:
30
arch: x64
31
max-cxx-std: 17
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
- runs-on: windows-2016
39
python: 3.7
40
arch: x86
41
- max-cxx-std: 14
+ max-cxx-std: 17
+ args: "-DCMAKE_CXX_FLAGS=//permissive-"
42
- runs-on: windows-latest
43
python: 3.6
44
@@ -57,6 +53,7 @@ jobs:
57
53
python: 3.9-dev
58
54
59
55
56
+ args: "-DPYBIND11_FINDPYTHON=ON"
60
61
exclude:
62
# Currently 32bit only, and we build 64bit
0 commit comments