Skip to content

Commit 2e08237

Browse files
committed
update ci
1 parent 521141a commit 2e08237

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
strategy:
2323
matrix:
2424
os: [ubuntu-22.04]
25+
std: [20, 17]
26+
2527

2628
runs-on: ${{ matrix.os }}
2729

@@ -57,5 +59,5 @@ jobs:
5759

5860
- name: Build MUDA
5961
run: |
60-
cmake --preset ci-release
61-
cmake --build --preset ci-release --parallel 4
62+
cmake --preset ci-release-${{ matrix.std }}
63+
cmake --build --preset ci-release-${{ matrix.std }} --parallel 4

0 commit comments

Comments
 (0)