mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2025-01-06 04:07:16 +03:00
Check wheel availability on macOS 10.14 (#14031)
* Check wheel availability on macOS 10.14 * update pip etc (in an env) * force-pyenv: true * Update check_wheel_availability.yaml * Update check_wheel_availability.yaml * Update check_wheel_availability.yaml
This commit is contained in:
parent
b39ec76d9f
commit
bcd64f949b
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: macOS
|
- name: macOS
|
||||||
matrix: macos
|
matrix: macos
|
||||||
runs-on:
|
runs-on:
|
||||||
intel: macos-latest
|
intel: macos-10.14
|
||||||
arm: [macos, arm64]
|
arm: [macos, arm64]
|
||||||
- name: Windows
|
- name: Windows
|
||||||
matrix: windows
|
matrix: windows
|
||||||
@ -68,6 +68,7 @@ jobs:
|
|||||||
- uses: Chia-Network/actions/setup-python@main
|
- uses: Chia-Network/actions/setup-python@main
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
|
force-pyenv: ${{ matrix.os.matrix == 'macos' && matrix.arch.matrix == 'intel' }}
|
||||||
|
|
||||||
- name: Check Wheel Availability
|
- name: Check Wheel Availability
|
||||||
run: python build_scripts/check_dependency_artifacts.py
|
run: python build_scripts/check_dependency_artifacts.py
|
||||||
|
Loading…
Reference in New Issue
Block a user