Skip to content

Commit ab907f4

Browse files
committed
Adding windows-2022 C++20
1 parent 5cdb8bc commit ab907f4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,12 @@ jobs:
4949
python: '3.6'
5050
args: >
5151
-DPYBIND11_FINDPYTHON=ON
52-
# Inject a couple Windows 2019 runs
5352
- runs-on: windows-2019
5453
python: '3.9'
54+
- runs-on: windows-2022
55+
python: '3.9'
56+
args: >
57+
-DCMAKE_CXX_STANDARD=20
5558
5659
name: "🐍 ${{ matrix.python }} • ${{ matrix.runs-on }} • x64 ${{ matrix.args }}"
5760
runs-on: ${{ matrix.runs-on }}

0 commit comments

Comments
 (0)