From 290984644618e600ff9095f9818368479b184086 Mon Sep 17 00:00:00 2001 From: harry Date: Fri, 17 Nov 2023 21:57:16 -0500 Subject: [PATCH] Upgrade appveyor macos build environment to monterey. Also auto build macos app with Qt6. --- appveyor.yml | 2 +- pipelines/macOS_build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 2ab04ea9..13a9ee6e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,7 @@ environment: appveyor_build_worker_image: Ubuntu2004 - job_name: MacOS - appveyor_build_worker_image: macos-bigsur + appveyor_build_worker_image: macos-monterey for: diff --git a/pipelines/macOS_build.sh b/pipelines/macOS_build.sh index f4e6f85b..607423a2 100755 --- a/pipelines/macOS_build.sh +++ b/pipelines/macOS_build.sh @@ -9,7 +9,7 @@ env SCRIPT_DIR=$( cd $(dirname $BASH_SOURCE[0]); pwd ); -QT_MAJOR=5; +QT_MAJOR=6; QT_PKGNAME=qt$QT_MAJOR; FCEUX_VERSION_MAJOR=`perl $SCRIPT_DIR/../scripts/fceuVersion.pl -major`; FCEUX_VERSION_MINOR=`perl $SCRIPT_DIR/../scripts/fceuVersion.pl -minor`;