Skip to content

Commit 25f06ff

Browse files
committed
ci: test C++17 on MSVC 2017
1 parent 56df3c4 commit 25f06ff

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.github/workflows/ci.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,11 @@ jobs:
3030
arch: x64
3131
max-cxx-std: 17
3232
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"
3833
- runs-on: windows-2016
3934
python: 3.7
4035
arch: x86
41-
max-cxx-std: 14
36+
max-cxx-std: 17
37+
args: "-DCMAKE_CXX_FLAGS=//permissive-"
4238
- runs-on: windows-latest
4339
python: 3.6
4440
arch: x64
@@ -57,6 +53,7 @@ jobs:
5753
python: 3.9-dev
5854
arch: x64
5955
max-cxx-std: 17
56+
args: "-DPYBIND11_FINDPYTHON=ON"
6057

6158
exclude:
6259
# Currently 32bit only, and we build 64bit

0 commit comments

Comments
 (0)