Skip to content

Use devcontainer for package creation #57

Use devcontainer for package creation

Use devcontainer for package creation #57

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++"]'