Use py3.11 on mac runners (#30670)

This commit is contained in:
Samson 2023-11-01 13:07:09 +01:00 committed by GitHub
parent 79cceab064
commit 4d573dffa3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,10 @@ jobs:
fetch-depth: 2
- name: Run sccache-cache
uses: mozilla-actions/sccache-action@v0.0.3
- name: Select Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install taplo
uses: baptiste0928/cargo-install@v2
with: