Skip to content

upload gating

upload gating #8

Workflow file for this run

name: CMake build
on:
push:
tags:
- v*
workflow_dispatch:
jobs:
build_cmake:
strategy:
fail-fast: false
matrix:
os:
- macos-14
- ubuntu-22.04
- ubuntu-24.04
uses: ./.github/workflows/cmake.yml
with:
os: ${{ matrix.os }}
secrets: inherit