Do not matrix test on macos-latest due to missing libgdiplus

Former-commit-id: 56608e600e
This commit is contained in:
Malte Rosenbjerg 2020-12-06 01:03:13 +01:00
parent 1fe78db170
commit 2c1831587f

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest, macos-latest]
os: [windows-latest, ubuntu-latest]
timeout-minutes: 4
steps:
- name: Checkout