1
0
mirror of https://github.com/BLAKE3-team/BLAKE3 synced 2024-09-19 01:51:57 +02:00

Fixed CI for CMake.

This commit is contained in:
SteveGremory 2022-06-13 22:39:03 +05:30 committed by Jack O'Connor
parent d7f43a339a
commit 3f65cabb7d

View File

@ -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: