diff --git a/.github/workflows/mac.yml b/.github/workflows/mac.yml index 6c21419a75e..117ca721906 100644 --- a/.github/workflows/mac.yml +++ b/.github/workflows/mac.yml @@ -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: