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:
Kyle Altendorf 2022-12-03 22:15:01 -05:00 committed by GitHub
parent b39ec76d9f
commit bcd64f949b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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