Skip to content

Commit

Permalink
build macOS on intel and apple silicon
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder authored Apr 3, 2024
1 parent f24f78e commit 8ad7005
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 @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
os: [ ubuntu-latest, macos-latest, macos-13, windows-latest ]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 8ad7005

Please sign in to comment.