Upgrade appveyor macos build environment to monterey. Also auto build macos app with Qt6.

This commit is contained in:
harry 2023-11-17 21:57:16 -05:00
parent 5a5faa7372
commit 2909846446
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ environment:
appveyor_build_worker_image: Ubuntu2004 appveyor_build_worker_image: Ubuntu2004
- job_name: MacOS - job_name: MacOS
appveyor_build_worker_image: macos-bigsur appveyor_build_worker_image: macos-monterey
for: for:

View File

@ -9,7 +9,7 @@ env
SCRIPT_DIR=$( cd $(dirname $BASH_SOURCE[0]); pwd ); SCRIPT_DIR=$( cd $(dirname $BASH_SOURCE[0]); pwd );
QT_MAJOR=5; QT_MAJOR=6;
QT_PKGNAME=qt$QT_MAJOR; QT_PKGNAME=qt$QT_MAJOR;
FCEUX_VERSION_MAJOR=`perl $SCRIPT_DIR/../scripts/fceuVersion.pl -major`; FCEUX_VERSION_MAJOR=`perl $SCRIPT_DIR/../scripts/fceuVersion.pl -major`;
FCEUX_VERSION_MINOR=`perl $SCRIPT_DIR/../scripts/fceuVersion.pl -minor`; FCEUX_VERSION_MINOR=`perl $SCRIPT_DIR/../scripts/fceuVersion.pl -minor`;