mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-12-11 11:24:28 +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
|
||||
matrix: macos
|
||||
runs-on:
|
||||
intel: macos-latest
|
||||
intel: macos-10.14
|
||||
arm: [macos, arm64]
|
||||
- name: Windows
|
||||
matrix: windows
|
||||
@ -68,6 +68,7 @@ jobs:
|
||||
- uses: Chia-Network/actions/setup-python@main
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
force-pyenv: ${{ matrix.os.matrix == 'macos' && matrix.arch.matrix == 'intel' }}
|
||||
|
||||
- name: Check Wheel Availability
|
||||
run: python build_scripts/check_dependency_artifacts.py
|
||||
|
Loading…
Reference in New Issue
Block a user