CI: Force Python 3.11 on Mac runner

This commit is contained in:
Stenzek 2023-11-11 14:25:45 +10:00
parent ac10d311da
commit d141692df3
No known key found for this signature in database
1 changed files with 5 additions and 0 deletions

View File

@ -326,6 +326,11 @@ jobs:
with:
fetch-depth: 0
# Python 3.12 removed distutils, used by MoltenVK -> glslang.
- uses: actions/setup-python@v4
with:
python-version: '3.11'
- name: Install packages
shell: bash
run: |