Skip to content

Commit 62a6654

Browse files
committed
added C++20 builds to CI
1 parent a70c649 commit 62a6654

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/CI-unixish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ jobs:
196196
strategy:
197197
matrix:
198198
os: [ubuntu-22.04, macos-15]
199-
cxxstd: [14, 17]
199+
cxxstd: [14, 17, 20]
200200
fail-fast: false # Prefer quick result
201201

202202
runs-on: ${{ matrix.os }}

.github/workflows/CI-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
strategy:
7676
matrix:
7777
os: [windows-2022, windows-2025]
78-
cxxstd: [14, 17]
78+
cxxstd: [14, 17, 20]
7979
fail-fast: false
8080

8181
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)