Skip to content

Commit 3b18244

Browse files
committed
ci: activate check on C++20
1 parent 064859d commit 3b18244

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-linux-osx-win-conda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
build_type: [Release, Debug]
1616
name: [ubuntu-latest, macos-latest, windows-2019-clang-cl, windows-latest]
17-
cxx_std: [17]
17+
cxx_std: [17, 20]
1818
continue_on_error: [false]
1919

2020
include:
@@ -179,4 +179,4 @@ jobs:
179179
- name: Display ccache statistics [Conda]
180180
shell: bash -l {0}
181181
run: |
182-
echo $(ccache -s)
182+
echo $(ccache -s)

0 commit comments

Comments
 (0)