File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -204,4 +204,6 @@ endif()
204
204
ctest_submit ()
205
205
if (NOT retval EQUAL 0 OR NOT retval2 EQUAL 0 OR NOT retval3 EQUAL 0 )
206
206
message (FATAL_ERROR "FATAL: Running tests exited with ${retval} ${retval2} ${retval3} " )
207
+ else ()
208
+ message (STATUS "Running tests exited with ${retval} ${retval2} ${retval3} " )
207
209
endif ()
Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- os : [ubuntu-20.04, macos-11 , windows-2019]
18
+ os : [ubuntu-20.04, macos-latest , windows-2019]
19
19
configuration : [error_code, status_code]
20
20
env :
21
21
NAME : Install-${{ matrix.os }}-${{ matrix.configuration }}
Original file line number Diff line number Diff line change 15
15
strategy :
16
16
fail-fast : false
17
17
matrix :
18
- os : [ubuntu-20.04, macos-11 , windows-2019]
18
+ os : [ubuntu-20.04, macos-latest , windows-2019]
19
19
env :
20
20
NAME : Programs-${{ matrix.os }}
21
21
runs-on : ${{ matrix.os }}
You can’t perform that action at this time.
0 commit comments