From 5530cb7f73680460cf7772e0d4a89e4d9f2fe595 Mon Sep 17 00:00:00 2001 From: Egor Pugin Date: Wed, 1 Nov 2023 13:49:04 +0300 Subject: [PATCH] Update sw.yml --- .github/workflows/sw.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sw.yml b/.github/workflows/sw.yml index e42b825afe..e041bd2616 100644 --- a/.github/workflows/sw.yml +++ b/.github/workflows/sw.yml @@ -67,7 +67,7 @@ jobs: shell: pwsh - name: test - if: github.event_name != 'pull_request' && (matrix.os != 'windows-2022') + if: github.event_name != 'pull_request' && (matrix.os != 'windows-2022' && matrix.os != 'macos-13') run: ./sw -static -shared -config "d,r" test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode" continue-on-error: true - name: test