mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +08:00
rewrite deploy with macos
This commit is contained in:
12
.github/workflows/python-publish.yml
vendored
12
.github/workflows/python-publish.yml
vendored
@@ -108,12 +108,14 @@ jobs:
|
|||||||
runs-on: ${{ matrix.buildplat[0] }}
|
runs-on: ${{ matrix.buildplat[0] }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
buildplat:
|
os: [macos-13, macos-latest]
|
||||||
- [macos-13, macosx_arm64]
|
|
||||||
- [macos-13, macosx_x86_64]
|
|
||||||
- [macos-14, macosx_arm64]
|
|
||||||
- [macos-14, macosx_x86_64]
|
|
||||||
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
|
# buildplat:
|
||||||
|
# - [macos-13, macosx_arm64]
|
||||||
|
# - [macos-13, macosx_x86_64]
|
||||||
|
# - [macos-14, macosx_arm64]
|
||||||
|
# - [macos-14, macosx_x86_64]
|
||||||
|
# python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
|
|||||||
Reference in New Issue
Block a user