From e97dfad171aa6b810cadd5269008cecf720254fc Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 1 Nov 2023 01:05:41 +0300 Subject: [PATCH] Update sw.yml --- .github/workflows/sw.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index 63ec1287bb..e42b825afe 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -76,13 +76,13 @@ jobs: continue-on-error: true - name: test-nightly - if: matrix.os != 'windows-2022' && matrix.os != 'macos-12' && github.event.schedule=='0 0 * * *' + if: matrix.os != 'windows-2022' && matrix.os != 'macos-13' && github.event.schedule=='0 0 * * *' run: ./sw -static -shared -config "d,r" test -Dwith-tests=1 continue-on-error: true - # windows and macos-12 tests hang here for some reason, investigate + # windows and macos-13 tests hang here for some reason, investigate #- name: test - #if: matrix.os == 'windows-2022' || matrix.os == 'macos-12' + #if: matrix.os == 'windows-2022' || matrix.os == 'macos-13' #run: ./sw test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode" #continue-on-error: true