Skip to content

Commit

Permalink
[skip ci] Set impl for windows and macos wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Oct 21, 2024
1 parent 2b65ece commit c326299
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,13 @@ jobs:
include:
- os: windows-2022
archs: "AMD64"
impl: win
- os: windows-2022
archs: "x86"
impl: win
- os: macos-13
archs: "universal2"
impl: macosx
fail-fast: false
steps:
- name: Checkout repository
Expand Down

0 comments on commit c326299

Please sign in to comment.