Let's try macos 14

This commit is contained in:
henryruhs
2025-04-28 10:03:29 +02:00
parent bdf068521a
commit 9d7b69b73d
+1 -1
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