make ci great again

This commit is contained in:
henryruhs
2026-04-06 18:49:16 +02:00
parent af9cc1a37a
commit ff8db531a8
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
test:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
os: [ macos-latest-xlarge, ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout