aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteveGremory <[email protected]>2022-06-13 22:39:03 +0530
committerJack O'Connor <[email protected]>2023-05-01 01:01:01 -0700
commit3f65cabb7ddd56e3b388da35a2d527f1d7fca366 (patch)
treeb0ebcbbc504d558ee871426d2d69182d7b5cb181
parentd7f43a339a58a5a47db181bf150db1eeb80f9a9c (diff)
Fixed CI for CMake.
-rw-r--r--.github/workflows/ci.yml4
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: