File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 26
26
strategy :
27
27
fail-fast : false
28
28
matrix :
29
- os : [windows-2022, macos-13 ]
29
+ os : [windows-2022, macos-latest ]
30
30
include :
31
31
- os : ubuntu-22.04
32
32
container : fedora:latest
67
67
shell : pwsh
68
68
69
69
- 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 ')
71
71
run : ./sw -static -shared -config "d,r" test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode"
72
72
continue-on-error : true
73
73
- name : test
@@ -76,13 +76,13 @@ jobs:
76
76
continue-on-error : true
77
77
78
78
- 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 * * *'
80
80
run : ./sw -static -shared -config "d,r" test -Dwith-tests=1
81
81
continue-on-error : true
82
82
83
- # windows and macos-13 tests hang here for some reason, investigate
83
+ # windows and macos-latest tests hang here for some reason, investigate
84
84
# - name: test
85
- # if: matrix.os == 'windows-2022' || matrix.os == 'macos-13 '
85
+ # if: matrix.os == 'windows-2022' || matrix.os == 'macos-latest '
86
86
# run: ./sw test -Dwith-tests=1 "-Dskip-tests=lstm,lstm_recode"
87
87
# continue-on-error: true
88
88
You can’t perform that action at this time.
0 commit comments