File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -433,8 +433,8 @@ jobs:
433433 pip show setuptools || true
434434 pip install setuptools --upgrade
435435 pip3 install aqtinstall
436- aqt list-qt mac desktop --arch 6.5.2
437- aqt list-qt mac desktop --modules 6.5.2 ${{ matrix.QT_ARCH }}
436+ aqt list-qt ${{ matrix.QT_OS_NAME }} desktop --arch $QT_VERSION
437+ aqt list-qt ${{ matrix.QT_OS_NAME }} desktop --modules $QT_VERSION ${{ matrix.QT_ARCH }}
438438 aqt install-qt --outputdir ./build/Qt-install/ ${{ matrix.QT_OS_NAME }} desktop $QT_VERSION ${{ matrix.QT_ARCH }} -m qtwebchannel qtwebengine qtwebview qt5compat qtpositioning qtcharts
439439 fi
440440
Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ endif()
272272
273273# TODO: Modify the more specific variables as needed to indicate prerelease, etc
274274# Keep in beta in-between release cycles. Set to empty string (or comment out) for official)
275- set (PROJECT_VERSION_PRERELEASE "rc1 " )
275+ set (PROJECT_VERSION_PRERELEASE "rc2 " )
276276
277277# OpenStudio version: Only include Major.Minor.Patch, eg "3.0.0", even if you have a prerelease tag
278278set (OPENSTUDIOAPPLICATION_VERSION "${PROJECT_VERSION_MAJOR} .${PROJECT_VERSION_MINOR} .${PROJECT_VERSION_PATCH} " )
You can’t perform that action at this time.
0 commit comments