mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
switch CI to python 3.12
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
fc9e69e884
commit
df8115d1be
2 changed files with 2 additions and 3 deletions
2
.github/workflows/windows-build-and-test.yml
vendored
2
.github/workflows/windows-build-and-test.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
- uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.8'
|
||||
python-version: '3.12'
|
||||
- name: Install Craft Master with Nextcloud Client Deps
|
||||
shell: pwsh
|
||||
run: |
|
||||
|
|
|
@ -19,8 +19,7 @@ General/MacDeploymentTarget = 10.15
|
|||
|
||||
## This is the location of your python installation.
|
||||
## This value must be set.
|
||||
Paths/Python = C:\Python39-x64
|
||||
Paths/Python27 = C:\Python27-x64
|
||||
Paths/Python = C:\Python312-x64
|
||||
|
||||
Compile/BuildType = RelWithDebInfo
|
||||
|
||||
|
|
Loading…
Reference in a new issue