We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298665d commit 5204cf1Copy full SHA for 5204cf1
1 file changed
.github/workflows/ci.yml
@@ -78,14 +78,17 @@ jobs:
78
79
exclude:
80
# Broken ctypes find_library
81
- - category: macos
82
- platform: arm64
+ - os:
+ category: macos
83
+ platform: arm64
84
python: '3.10'
85
86
87
88
python: '3.11'
89
90
91
92
python: '3.12'
93
94
steps:
0 commit comments