Skip to content

Commit 95d0e71

Browse files
authored
test C++14 on MSVC (#4191)
1 parent 424ac4f commit 95d0e71

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -737,6 +737,9 @@ jobs:
737737
args: -DCMAKE_CXX_STANDARD=20
738738
- python: 3.8
739739
args: -DCMAKE_CXX_STANDARD=17
740+
- python: 3.7
741+
args: -DCMAKE_CXX_STANDARD=14
742+
740743

741744
name: "🐍 ${{ matrix.python }} • MSVC 2019 • x86 ${{ matrix.args }}"
742745
runs-on: windows-2019

0 commit comments

Comments
 (0)