diff options
| author | SteveGremory <[email protected]> | 2022-06-13 22:39:03 +0530 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2023-05-01 01:01:01 -0700 |
| commit | 3f65cabb7ddd56e3b388da35a2d527f1d7fca366 (patch) | |
| tree | b0ebcbbc504d558ee871426d2d69182d7b5cb181 /.github/workflows/ci.yml | |
| parent | d7f43a339a58a5a47db181bf150db1eeb80f9a9c (diff) | |
Fixed CI for CMake.
Diffstat (limited to '.github/workflows/ci.yml')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc0af44..06cbaa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |
