Skip to content

Commit 80b7a40

Browse files
Cleanup, working on MSVC and clang compiles
1 parent dccc623 commit 80b7a40

File tree

3 files changed

+218
-204
lines changed

3 files changed

+218
-204
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
build_matrix:
1313
strategy:
1414
matrix:
15-
# os: [ubuntu-latest, windows-latest, macos-14]
16-
os: [ubuntu-latest]
15+
os: [ubuntu-latest, windows-latest, macos-14]
1716
runs-on: ${{ matrix.os }}
1817
defaults:
1918
run:

0 commit comments

Comments
 (0)