Updated arm64 versions (#273)
Some checks failed
CodeQL analysis / CodeQL analysis (push) Has been cancelled

This commit is contained in:
HarithaVattikuti 2024-05-10 12:16:17 -05:00 committed by GitHub
parent 064829bd03
commit 521be20d1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-20.04, ubuntu-22.04]
python: [3.9.12, 3.10.8, 3.11.8]
python: [3.9.13, 3.10.11, 3.11.8]
steps:
- name: setup-python ${{ matrix.python }}
uses: actions/setup-python@v4