Enable macos for CI again

This commit is contained in:
henryruhs
2025-03-09 23:48:28 +01:00
parent 65939b0c79
commit e56eabe981

View File

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