Skip to content

Commit 87dd04f

Browse files
authored
[ci][sw] Disable nightly macos tests.
1 parent ca9ab49 commit 87dd04f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/sw.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ jobs:
4747
continue-on-error: true
4848

4949
- name: test-nightly
50-
if: matrix.os != 'windows-2022' && matrix.os != 'windows-2019' && github.event.schedule=='0 0 * * *'
50+
if: matrix.os != 'windows-2022' && matrix.os != 'windows-2019' && matrix.os != 'macos-12' && github.event.schedule=='0 0 * * *'
5151
run: ./sw -static -shared -config "d,r" test -Dwith-tests=1
5252
continue-on-error: true
5353

54-
# windows tests hang here for some reason, investigate
54+
# windows and macos-12 tests hang here for some reason, investigate
5555
#- name: test
56-
#if: matrix.os == 'windows-2022' || matrix.os == 'windows-2019'
56+
#if: matrix.os == 'windows-2022' || matrix.os == 'windows-2019' || matrix.os == 'macos-12'
5757
#run: ./sw test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode"
5858
#continue-on-error: true
5959

0 commit comments

Comments
 (0)