Upgrade appveyor macos build environment to monterey. Also auto build macos app with Qt6.
This commit is contained in:
parent
5a5faa7372
commit
2909846446
|
@ -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:
|
||||
|
||||
|
|
|
@ -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`;
|
||||
|
|
Loading…
Reference in New Issue