Skip to content

Commit

Permalink
unit_tests.yml: use python versions with arm64 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf committed Dec 12, 2024
1 parent 4065eb0 commit 75a6ee6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 75a6ee6

Please sign in to comment.