Remove mac unit test runner

This commit is contained in:
Sander Declerck 2025-12-12 15:51:48 +01:00
parent cef2194427
commit 650dde4c84
No known key found for this signature in database

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
steps:
- name: Checkout code