Skip to content

Modular mathplot MAJOR CHANGE #430

Modular mathplot MAJOR CHANGE

Modular mathplot MAJOR CHANGE #430

Workflow file for this run

name: Mac OS 15
on:
push:
branches: [ "main" ]
paths-ignore:
- 'docs/**'
- 'README**'
- 'examples/screenshots/**'
- 'examples/docs/**'
pull_request:
branches: [ "main" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
call-workflow-passing-data:
uses: sebsjames/mathplot/.github/workflows/cmake-mac-template.yml@main
with:
RUNNER_IMAGE: macos-15
BUILD_TYPE: Release
CC: clang-15
CXX: clang++-15