unit_tests.yml: use python versions with arm64 builds
This commit is contained in:
parent
4065eb090e
commit
75a6ee6fe7
3
.github/workflows/unit_tests.yml
vendored
3
.github/workflows/unit_tests.yml
vendored
@ -88,7 +88,8 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
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
|
runs-on: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user