We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81974a0 commit 9f0fa93Copy full SHA for 9f0fa93
.github/workflows/ci.yml
@@ -22,11 +22,11 @@ jobs:
22
fail-fast: false
23
matrix:
24
os: [
25
- macos-13, # x64
26
- macos-14, # ARM
27
- ubuntu-latest, # x64
28
- buildjet-2vcpu-ubuntu-2204-arm, # ARM
29
- # windows-latest, # deactivated for now as there is still a Windows issue
+ # macos-13, # x64
+ # macos-14, # ARM
+ # ubuntu-latest, # x64
+ # buildjet-2vcpu-ubuntu-2204-arm, # ARM
+ windows-latest,
30
]
31
32
runs-on: ${{matrix.os}}
0 commit comments