From f7adb8167156c3b53eb472405af60f724eb49994 Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Fri, 15 Dec 2023 02:35:12 +0100 Subject: [PATCH] Force the Python version on the macOS CI This is needed to work around a bug in the meson build system used by fontconfig, which is pulled as a dependency by vcpkg. See #2069. --- .github/workflows/build.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 6abc8bd8b5..a44920a98c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -222,6 +222,9 @@ jobs: gettext \ create-dmg brew link gettext --force + - uses: actions/setup-python@v4 # Workaround for #2069 + with: + python-version: '3.11' - uses: lukka/run-vcpkg@v10 name: Install dependencies with: