Update macOS Python version in CI to 3.10 (#33560)

This commit is contained in:
Massimiliano Culpo 2022-10-27 20:25:26 +02:00 committed by GitHub
parent ea1719d986
commit ec50906943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
python-version: [3.8]
python-version: ["3.10"]
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # @v2
with: