Skip to content

Commit e4f0255

Browse files
wait_queue uses stop_source, which is not yet in macos on GH
1 parent 64a8906 commit e4f0255

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-15]
16-
# os: [ubuntu-latest, windows-latest]
15+
# os: [ubuntu-latest, windows-latest, macos-15]
16+
os: [ubuntu-latest, windows-latest]
1717
runs-on: ${{ matrix.os }}
1818
defaults:
1919
run:

0 commit comments

Comments
 (0)