Skip to content

Commit d96a007

Browse files
Commenting out macos and windows for now
1 parent 1d6ee93 commit d96a007

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build_run_unit_test_cmake.yml

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

0 commit comments

Comments
 (0)