Skip to content

Commit

Permalink
Fixed CI for CMake.
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGremory authored and oconnor663 committed May 1, 2023
1 parent d7f43a3 commit 3f65cab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ jobs:
# CMake build test (Library only), current macOS/Linux only.
cmake_build:
name: CMake ${{ matrix.target.os }}
runs-on: ${{ matrix.target.os }}
name: CMake ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 3f65cab

Please sign in to comment.