Skip to content

Commit

Permalink
CI: Force Python 3.11 on Mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
stenzek committed Nov 11, 2023
1 parent ac10d31 commit d141692
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rolling-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit d141692

Please sign in to comment.