1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-01 01:51:18 +08:00

rewrite deploy with macos

This commit is contained in:
Linlang
2024-12-19 23:35:19 +08:00
parent 3bc1ae4aae
commit d478795b54

View File

@@ -105,7 +105,7 @@ jobs:
# twine upload --repository-url https://test.pypi.org/legacy/ dist/*.whl --verbose
deploy_with_macos:
runs-on: ${{ matrix.buildplat[0] }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-13, macos-latest]