Skip to content
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

Methods added for vector rotation without having to build a rotation matrix

Methods added for vector rotation without having to build a rotation matrix #730

Workflow file for this run

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