update python for macos and update deployment target

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2024-03-08 09:41:17 +01:00 committed by Matthieu Gallien
parent 49650f2f7a
commit ee28ef818f
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: 3.9
python-version: 3.12
- name: Install Homebrew dependencies
run: |

View File

@ -15,7 +15,7 @@ CreateCache = False
# Category is case sensitive
[GeneralSettings]
General/MacDeploymentTarget = 10.15
General/MacDeploymentTarget = 12.0
## This is the location of your python installation.
## This value must be set.