Skip to content

Commit 65d31f3

Browse files
committed
Nobody cares about x86
1 parent 3d850d0 commit 65d31f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dist.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@ jobs:
9797
- '3.11'
9898
- '3.12'
9999
- '3.13'
100-
architecture: [x86, x64]
101-
exclude:
102-
- os: macos-13
103-
architecture: x86
104-
- os: ubuntu-22.04
105-
architecture: x86
100+
architecture: [x64]
101+
# exclude:
102+
# - os: macos-13
103+
# architecture: x86
104+
# - os: ubuntu-22.04
105+
# architecture: x86
106106
include:
107107
- os: macos-14
108108
python_version: 3.9

0 commit comments

Comments
 (0)