Skip to content

Commit e633a73

Browse files
committed
update preset test
1 parent 1fc32ac commit e633a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
ninja --version
145145
- name: Configure CMake
146146
run: |
147-
cmake -B build -S . -DCMAKE_CXX_STANDARD=17 ${{ matrix.args.arg }}
147+
cmake -B build -S . -DCMAKE_CXX_STANDARD=20 -DCMAKE_TOOLCHAIN_FILE="cmake/gnu-toolchain.cmake" ${{ matrix.args.arg }}
148148
env:
149149
CMAKE_GENERATOR: "Ninja Multi-Config"
150150
- name: Build Release

0 commit comments

Comments
 (0)