Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

380release #275

Merged
merged 4 commits into from
Jul 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build_pat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: 18
allow_failure: false
- name: macOS
os: macos-11
os: macos-12
node-version: 18
allow_failure: false
MACOSX_DEPLOYMENT_TARGET: 10.15
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
sudo apt update
sudo apt install cmake
elif [ "$RUNNER_OS" == "macOS" ]; then
curl -L -O https://download.qt.io/official_releases/qt-installer-framework/4.3.0/QtInstallerFramework-macOS-x64-4.3.0.dmg
curl -L -O https://download.qt.io/archive/qt-installer-framework/4.3.0/QtInstallerFramework-macOS-x64-4.3.0.dmg
hdiutil attach -mountpoint ./qtfiw_installer QtInstallerFramework-macOS-x64-4.3.0.dmg
echo "ls ./qtfiw_installer"
sudo ./qtfiw_installer/QtInstallerFramework-macOS-x64-4.3.0.app/Contents/MacOS/QtInstallerFramework-macOS-x64-4.3.0 --verbose --script ./ci/install_script_qtifw.qs
Expand All @@ -63,7 +63,7 @@ jobs:
echo MACOSX_DEPLOYMENT_TARGET=${{ matrix.MACOSX_DEPLOYMENT_TARGET }} >> $GITHUB_ENV
# echo CMAKE_MACOSX_DEPLOYMENT_TARGET='-DCMAKE_OSX_DEPLOYMENT_TARGET=$MACOSX_DEPLOYMENT_TARGET' >> $GITHUB_ENV
elif [ "$RUNNER_OS" == "Windows" ]; then
curl -L -O https://download.qt.io/official_releases/qt-installer-framework/4.3.0/QtInstallerFramework-windows-x86-4.3.0.exe
curl -L -O https://download.qt.io/archive/qt-installer-framework/4.3.0/QtInstallerFramework-windows-x86-4.3.0.exe
./QtInstallerFramework-windows-x86-4.3.0.exe --verbose --script ./ci/install_script_qtifw.qs
dir "C:/Qt/"
echo "C:/Qt/QtIFW-4.3.0/bin" >> $GITHUB_PATH
Expand Down
24 changes: 12 additions & 12 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"endpoint": "https://openstudio-resources.s3.amazonaws.com/pat-dependencies3/",
"energyplus": [{
"name": "EnergyPlus-23.2.0-win32.tar.gz",
"name": "EnergyPlus-24.1.0-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-23.2.0-darwin.tar.gz",
"name": "EnergyPlus-24.1.0-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "energyplus"
}, {
"name": "EnergyPlus-23.2.0-linux.tar.gz",
"name": "EnergyPlus-24.1.0-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "energyplus"
Expand All @@ -28,17 +28,17 @@
"type": "perl"
}],
"ruby": [{
"name": "ruby-2.7.2-win32.tar.gz",
"name": "ruby-3.2.2-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "ruby"
}, {
"name": "ruby-2.7.2-darwin.tar.gz",
"name": "ruby-3.2.2-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "ruby"
}, {
"name": "ruby-2.7.2-linux.tar.gz",
"name": "ruby-3.2.2-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "ruby"
Expand All @@ -60,33 +60,33 @@
"type": "mongo"
}],
"openstudio": [{
"name": "OpenStudio-3.7.0-Windows.tar.gz",
"name": "OpenStudio-3.8.0-Windows.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.7.0-Darwin.tar.gz",
"name": "OpenStudio-3.8.0-Darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "openstudio"
}, {
"name": "OpenStudio-3.7.0-Linux.tar.gz",
"name": "OpenStudio-3.8.0-Linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio"
}],
"openstudioServer": [{
"name": "OpenStudio-server-fb64b32e47-win32.tar.gz",
"name": "OpenStudio-server-00939d8868-win32.tar.gz",
"platform": "win32",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-fb64b32e47-darwin.tar.gz",
"name": "OpenStudio-server-00939d8868-darwin.tar.gz",
"platform": "darwin",
"arch": "x64",
"type": "OpenStudio-server"
}, {
"name": "OpenStudio-server-fb64b32e47-linux.tar.gz",
"name": "OpenStudio-server-00939d8868-linux.tar.gz",
"platform": "linux",
"arch": "x64",
"type": "OpenStudio-server"
Expand Down
Loading