ci: force Python 3.12 for build.yml

- force Python 3.12 for build.yml to ensure PySide6 compatibility
This commit is contained in:
BuildTools 2024-10-13 10:27:27 -07:00
parent 5167f8f0f7
commit 118273f618
No known key found for this signature in database
GPG Key ID: 3270C066C15D530B
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
python-version: '3.12'
architecture: ${{ matrix.arch }}
- name: Install dependencies