Skip to content

Merge pull request #78 from lgarron/dependabot/cargo/rustix-0.36.16 #258

Merge pull request #78 from lgarron/dependabot/cargo/rustix-0.36.16

Merge pull request #78 from lgarron/dependabot/cargo/rustix-0.36.16 #258

Workflow file for this run

on: [push, pull_request]
name: Test on macOS
jobs:
test:
strategy:
matrix:
os: [macos-11, macos-12, macos-13]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install ImageMagick
run: brew install imagemagick
- name: make test
run: make test