Skip to content

Commit f3974d4

Browse files
authored
Update sw.yml
1 parent 0ad6efc commit f3974d4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/sw.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
strategy:
2727
fail-fast: false
2828
matrix:
29-
os: [windows-2022, macos-13]
29+
os: [windows-2022, macos-latest]
3030
include:
3131
- os: ubuntu-22.04
3232
container: fedora:latest
@@ -67,7 +67,7 @@ jobs:
6767
shell: pwsh
6868

6969
- name: test
70-
if: github.event_name != 'pull_request' && (matrix.os != 'windows-2022' && matrix.os != 'macos-13')
70+
if: github.event_name != 'pull_request' && (matrix.os != 'windows-2022' && matrix.os != 'macos-latest')
7171
run: ./sw -static -shared -config "d,r" test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode"
7272
continue-on-error: true
7373
- name: test
@@ -76,13 +76,13 @@ jobs:
7676
continue-on-error: true
7777

7878
- name: test-nightly
79-
if: matrix.os != 'windows-2022' && matrix.os != 'macos-13' && github.event.schedule=='0 0 * * *'
79+
if: matrix.os != 'windows-2022' && matrix.os != 'macos-latest' && github.event.schedule=='0 0 * * *'
8080
run: ./sw -static -shared -config "d,r" test -Dwith-tests=1
8181
continue-on-error: true
8282

83-
# windows and macos-13 tests hang here for some reason, investigate
83+
# windows and macos-latest tests hang here for some reason, investigate
8484
#- name: test
85-
#if: matrix.os == 'windows-2022' || matrix.os == 'macos-13'
85+
#if: matrix.os == 'windows-2022' || matrix.os == 'macos-latest'
8686
#run: ./sw test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode"
8787
#continue-on-error: true
8888

0 commit comments

Comments
 (0)