Skip to content

Commit cb0d114

Browse files
committed
Trying another way of adding windows-2022 C++20
1 parent ceac490 commit cb0d114

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,9 @@ jobs:
4949
python: '3.6'
5050
args: >
5151
-DPYBIND11_FINDPYTHON=ON
52+
# Inject a couple Windows 2019 runs
5253
- runs-on: windows-2019
5354
python: '3.9'
54-
- runs-on: windows-2022
55-
python: '3.9'
56-
args: >
57-
-DCMAKE_CXX_STANDARD=20
5855

5956
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
6057
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)