Skip to content

Commit

Permalink
Fix wheel os settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hajimes committed Aug 27, 2024
1 parent f69756c commit c0a3576
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
archs: x86
- os: windows-2022
archs: ARM64
- os: macOS-14-large
- os: macOS-13
archs: x86_64
- os: macOS-14-xlarge
- os: macOS-14
archs: arm64
- os: macOS-14-xlarge
- os: macOS-14
archs: universal2
steps:
- name: Checkout
Expand Down

0 comments on commit c0a3576

Please sign in to comment.