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 265257e commit 6cb49a3Copy full SHA for 6cb49a3
.github/workflows/test.yml
@@ -158,12 +158,19 @@ jobs:
158
- os: macos-latest
159
python-version: "3.12"
160
161
- # Unavailable architectures
+ ## Unavailable architectures
162
+ # arm64 is available for macos-14+
163
+ - os: ubuntu-latest
164
+ architecture: arm64
165
+ - os: windows-latest
166
167
+ - os: macos-13
168
169
# x64 is not available for macos-14+
170
171
architecture: x64
172
- # Reduced support
173
+ ## Reduced support
174
# Drop pre tests for macos-13
175
- os: macos-13
176
dependencies: pre
0 commit comments