Let's try macos 14

This commit is contained in:
henryruhs
2025-03-06 14:18:55 +01:00
parent bdf068521a
commit 9d7b69b73d

View File

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