Skip to content

Commit

Permalink
drop 32bits linux builds to speedup builds
Browse files Browse the repository at this point in the history
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org>
  • Loading branch information
jeandet committed Mar 8, 2024
1 parent 4c51035 commit 73be233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
env:
CIBW_ENVIRONMENT_MACOS: >
MACOSX_DEPLOYMENT_TARGET='11.7'
CIBW_SKIP: "*-win32"
CIBW_SKIP: "*-win32 *i686"
steps:
- uses: ilammy/msvc-dev-cmd@v1
if: runner.os == 'Windows'
Expand Down

0 comments on commit 73be233

Please sign in to comment.