Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jswhit committed Jul 2, 2024
1 parent b3f32d1 commit c39b87b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ jobs:
exclude:
- os: macos-12
platform: x32
exclude:
- os: windows-latest
platform: x32
steps:
- uses: actions/checkout@v4

Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,12 @@ jobs:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
os: [windows-latest, macos-latest]
platform: [x64]
platform: [x64, x32]
exclude:
- os: macos-latest
platform: x32
steps:
- uses: actions/checkout@v4
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c39b87b

Please sign in to comment.