Let's try macos 13

This commit is contained in:
henryruhs
2025-03-06 14:19:26 +01:00
parent 9d7b69b73d
commit 22b9e89eff

View File

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