Skip to content

Commit

Permalink
chore: skip 32bit & add macos 12
Browse files Browse the repository at this point in the history
  • Loading branch information
Secbone committed Mar 24, 2024
1 parent 6007369 commit bc4e4b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
# macos-13 is an intel runner, macos-14 is apple silicon
os: [ubuntu-latest, windows-latest, macos-13, macos-14]
os: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14]

steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ toad = "toad.cli:main"
exclude = ["tests"]

[tool.cibuildwheel]
skip = "pp*"
skip = ["pp*", "*-manylinux_i686"]
before-all = "uname -a"

[project.urls]
Expand Down

0 comments on commit bc4e4b2

Please sign in to comment.