Skip to content

Commit 74491fb

Browse files
Building on MSVC
1 parent 18b0c5b commit 74491fb

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, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
defaults:
1919
run:

0 commit comments

Comments
 (0)