Skip to content

Commit

Permalink
trying to fix macos builds
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Jul 1, 2024
1 parent 9f84e35 commit f305808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
fail-fast: false
matrix:
include:
- runs-on: macos-13
target: x86_64-apple-darwin
- runs-on: macos-13
target: aarch64-apple-darwin
- runs-on: windows-latest
target: x86_64-pc-windows-msvc
- runs-on: ubuntu-latest
Expand Down

0 comments on commit f305808

Please sign in to comment.