File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments