Skip to content

try

try #81

Workflow file for this run

name: CMake
on: [push, pull_request]
jobs:
CI:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
uses: ./.github/workflows/cmake-single-os.yml
with:
os: ${{ matrix.os}}