Skip to content

Commit 6cb49a3

Browse files
committed
chore(ci): Re-add arm64 exclusions
1 parent 265257e commit 6cb49a3

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/workflows/test.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,12 +158,19 @@ jobs:
158158
- os: macos-latest
159159
python-version: "3.12"
160160

161-
# Unavailable architectures
161+
## Unavailable architectures
162+
# arm64 is available for macos-14+
163+
- os: ubuntu-latest
164+
architecture: arm64
165+
- os: windows-latest
166+
architecture: arm64
167+
- os: macos-13
168+
architecture: arm64
162169
# x64 is not available for macos-14+
163170
- os: macos-latest
164171
architecture: x64
165172

166-
# Reduced support
173+
## Reduced support
167174
# Drop pre tests for macos-13
168175
- os: macos-13
169176
dependencies: pre

0 commit comments

Comments
 (0)