Skip to content

Commit

Permalink
skip x32 builds on windows, macos
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jul 2, 2024
1 parent 0e8df63 commit 1b1a63c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,15 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-12]
platform: [x64, x32]
# debug on a single os/platform/python version
# python-version: [ "3.9"]
# python-version: [ "3.11"]
# os: [ubuntu-latest]
# platform: [x64]
exclude:
- os: macos-12
platform: x32
exclude:
- os: windows-latest
platform: x32
steps:
- uses: actions/checkout@v4

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,11 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [windows-latest, macos-latest]
platform: [x64, x32]
platform: [x64]
# debug on a single os/platform/python version
# python-version: [ "3.9"]
# os: [macosx-latest]
# platform: [x64]
exclude:
- os: macos-latest
platform: x32
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 1b1a63c

Please sign in to comment.