Skip to content

Commit

Permalink
Try adding arm64-osx to gh deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay authored Jan 31, 2024
1 parent 6ba7682 commit 8c3a9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- "package-*"
- "develop"
push:
branches:
- "package-*"
Expand Down Expand Up @@ -40,6 +41,7 @@ jobs:
- [ubuntu-22.04, manylinux_x86_64, x86_64]
- [macos-11, macosx_*, x86_64]
- [windows-2019, win_amd64, AMD64]
- [macos-14, macosx_*, arm64]
python: ["cp39", "cp310", "cp311", "cp312"]
defaults:
run:
Expand Down

0 comments on commit 8c3a9b6

Please sign in to comment.