Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorharry <hrosen2016@gmail.com>2023-11-18 05:57:16 +0300
committerharry <hrosen2016@gmail.com>2023-11-18 05:57:16 +0300
commit290984644618e600ff9095f9818368479b184086 (patch)
treec6ccc58ee50789b3ce063779041b361293d47989
parent5a5faa737225bcd2d26d8a96f59ea5ce066f829e (diff)
Upgrade appveyor macos build environment to monterey. Also auto build macos app with Qt6.
-rw-r--r--appveyor.yml2
-rwxr-xr-xpipelines/macOS_build.sh2
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`;