make ci great again

This commit is contained in:
henryruhs
2026-05-11 16:36:23 +02:00
parent eac03796f7
commit a9a4adb083
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