Skip to content

Commit

Permalink
Fix use of unsupported mac os CI runners in installability and programs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ned14 committed Aug 22, 2024
1 parent 9358c2d commit bb4a1fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .ci.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -204,4 +204,6 @@ endif()
ctest_submit()
if(NOT retval EQUAL 0 OR NOT retval2 EQUAL 0 OR NOT retval3 EQUAL 0)
message(FATAL_ERROR "FATAL: Running tests exited with ${retval} ${retval2} ${retval3}")
else()
message(STATUS "Running tests exited with ${retval} ${retval2} ${retval3}")
endif()
2 changes: 1 addition & 1 deletion .github/workflows/installability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-latest, windows-2019]
configuration: [error_code, status_code]
env:
NAME: Install-${{ matrix.os }}-${{ matrix.configuration }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-11, windows-2019]
os: [ubuntu-20.04, macos-latest, windows-2019]
env:
NAME: Programs-${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit bb4a1fc

Please sign in to comment.