Skip to content

Fix test coverage workflow #45

Fix test coverage workflow

Fix test coverage workflow #45

Workflow file for this run

name: macos
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
tests-and-examples:
uses: ./.github/workflows/tests-and-examples.yml
with:
os: 'macos-15'
cxx_compilers: '["clang++"]'