From 3e41dae3ea29c7154d34331be45e9cdfcb2c5a28 Mon Sep 17 00:00:00 2001 From: pokamest Date: Sun, 20 Aug 2023 12:29:07 +0100 Subject: [PATCH] MacOS 10.15 (Catalina) compatibility --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f5eed51d6..546316690 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -210,7 +210,8 @@ jobs: runs-on: macos-latest env: - QT_VERSION: 6.5.1 + # Keep compat with MacOS 10.15 aka Catalina by Qt 6.4 + QT_VERSION: 6.4.3 QIF_VERSION: 4.6 steps: