This repository was archived by the owner on Jul 10, 2025. It is now read-only.
Methods added for vector rotation without having to build a rotation matrix #730
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Mac OS 14 | |
| 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: ABRG-Models/morphologica/.github/workflows/cmake-mac-template.yml@main | |
| with: | |
| RUNNER_IMAGE: macos-14 | |
| BUILD_TYPE: Release | |
| CC: clang-15 | |
| CXX: clang++-15 |