Skip to content

Commit 531eaf8

Browse files
committed
Skip 64-bit for real
1 parent 35adc6d commit 531eaf8

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

.github/workflows/testing-linux.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
2525
- bits: 32
2626
arch: i686
2727
python: cpython-3.11.5-linux-x86-gnu # latest available on uv
28-
- bits: 64
29-
arch: x86_64
30-
python: cpython-3.10-linux-x86_64-gnu
31-
exclude: # Intentionally not 64, as we haven't configured self-hosted runners for it yet.
32-
- bits: 64
28+
# - bits: 64 # Intentionally not 64, as we haven't configured self-hosted runners for it yet.
29+
# arch: x86_64
30+
# python: cpython-3.10-linux-x86_64-gnu
3331

3432
steps:
3533
- uses: actions/checkout@v4

.github/workflows/testing-windows.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
- bits: 32
3030
arch: x86
3131
python: cpython-3.10.20-windows-x86-none
32-
- bits: 64
33-
arch: x64
34-
python: cpython-3.10.20-windows-x86_64-none
35-
exclude: # Intentionally not 64, as we haven't configured self-hosted runners for it yet.
36-
- bits: 64
32+
# - bits: 64 # Intentionally not 64, as we haven't configured self-hosted runners for it yet.
33+
# arch: x64
34+
# python: cpython-3.10.20-windows-x86_64-none
3735

3836
steps:
3937
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)