Skip to content

Attempt to reinstate the macOS 13 runner (again). #317

Attempt to reinstate the macOS 13 runner (again).

Attempt to reinstate the macOS 13 runner (again). #317

Workflow file for this run

on: [push, pull_request]
name: Test on macOS
jobs:
test:
strategy:
matrix:
os: [macos-12, macos-13, 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
- run: make check-readme-cli-help