Skip to content

Switch from using the convert command to magick. #304

Switch from using the convert command to magick.

Switch from using the convert command to magick. #304

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: Install ImageMagick
run: env HOMEBREW_NO_AUTO_UPDATE=1 brew install imagemagick
- name: make test
run: make test