mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +00:00
test C++14 on MSVC (#4191)
This commit is contained in:
parent
424ac4fe1b
commit
95d0e71a65
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -737,6 +737,9 @@ jobs:
|
|||||||
args: -DCMAKE_CXX_STANDARD=20
|
args: -DCMAKE_CXX_STANDARD=20
|
||||||
- python: 3.8
|
- python: 3.8
|
||||||
args: -DCMAKE_CXX_STANDARD=17
|
args: -DCMAKE_CXX_STANDARD=17
|
||||||
|
- python: 3.7
|
||||||
|
args: -DCMAKE_CXX_STANDARD=14
|
||||||
|
|
||||||
|
|
||||||
name: "🐍 ${{ matrix.python }} • MSVC 2019 • x86 ${{ matrix.args }}"
|
name: "🐍 ${{ matrix.python }} • MSVC 2019 • x86 ${{ matrix.args }}"
|
||||||
runs-on: windows-2019
|
runs-on: windows-2019
|
||||||
|
Loading…
Reference in New Issue
Block a user