mirror of https://github.com/leafspark/AutoGGUF
ci: force Python 3.12 for build.yml
- force Python 3.12 for build.yml to ensure PySide6 compatibility
This commit is contained in:
parent
5167f8f0f7
commit
118273f618
|
@ -29,7 +29,7 @@ jobs:
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.12'
|
||||||
architecture: ${{ matrix.arch }}
|
architecture: ${{ matrix.arch }}
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Reference in New Issue