Skip to content

Commit 9626380

Browse files
Adding back MSVC and macos
1 parent b59b4c2 commit 9626380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_run_unit_test_cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ 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]
16+
# os: [ubuntu-latest]
1717
runs-on: ${{ matrix.os }}
1818
defaults:
1919
run:

0 commit comments

Comments
 (0)