unit_tests.yml: use python versions with arm64 builds

This commit is contained in:
Masen Furer 2024-12-11 23:43:28 -08:00
parent 4065eb090e
commit 75a6ee6fe7
No known key found for this signature in database
GPG Key ID: B0008AD22B3B3A95

View File

@ -88,7 +88,8 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ['3.9.18', '3.10.13', '3.11.5', '3.12.0']
# Note: py39, py310 versions chosen due to available arm64 darwin builds.
python-version: ['3.9.13', '3.10.11', '3.11.5', '3.12.0']
runs-on: macos-latest
steps:
- uses: actions/checkout@v4