Remove macos again

This commit is contained in:
henryruhs
2025-03-06 14:26:40 +01:00
parent 22b9e89eff
commit dca3c31e51

View File

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