From: Matthieu Gallien Date: Fri, 8 Mar 2024 08:41:17 +0000 (+0100) Subject: update python for macos and update deployment target X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~7^2~48^2~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ee28ef818f5e0ea126925c545a63404842bd510f;p=nextcloud-desktop.git update python for macos and update deployment target Signed-off-by: Matthieu Gallien --- diff --git a/.github/workflows/macos-build-and-test.yml b/.github/workflows/macos-build-and-test.yml index 1b4576ab5..c1f216a01 100644 --- a/.github/workflows/macos-build-and-test.yml +++ b/.github/workflows/macos-build-and-test.yml @@ -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: | diff --git a/craftmaster.ini b/craftmaster.ini index df5c200e9..75009df7b 100644 --- a/craftmaster.ini +++ b/craftmaster.ini @@ -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.