Skip to content

Commit

Permalink
Add target in Python release Github action workflow. (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
fvaleye committed Jan 24, 2022
1 parent 8fb45b2 commit 1a4b7a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python_release.yml
Expand Up @@ -36,6 +36,8 @@ jobs:
include:
- target: x86_64-apple-darwin
os: macOS-10.15
- target: aarch64-apple-darwin
os: macOS-11
- target: x86_64-pc-windows-msvc
os: windows-2019
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 1a4b7a0

Please sign in to comment.