Skip to content

Commit

Permalink
wheels.yml: fix mistake in os
Browse files Browse the repository at this point in the history
  • Loading branch information
wojdyr committed Feb 19, 2024
1 parent ed2e802 commit ca3da80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
arch: "x86_64"
- os: windows-2022
arch: "AMD64"
- os: macos-14
- os: macos-13
arch: "x86_64"
- os: macos-15
- os: macos-14
arch: "arm64"

steps:
Expand Down

0 comments on commit ca3da80

Please sign in to comment.