Skip to content

FREEZE.indexed

FREEZE.indexed #298

Workflow file for this run

on: [push, pull_request]
name: Test on macOS
jobs:
test:
strategy:
matrix:
os: [macos-12, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Workaround # https://github.com/actions/runner-images/issues/9544#issuecomment-2013403876
run: brew link --overwrite [email protected]
- name: Install ImageMagick
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick
- name: make test
run: make test