Skip to content

Commit

Permalink
Update libraries (#1323)
Browse files Browse the repository at this point in the history
* OpenSSL 3.0.16
* OpenLDAP 2.6.9
* Qt 6.8.2

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma authored Feb 25, 2025
1 parent 737495b commit b104f0f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,8 @@ jobs:
- name: Install Qt
uses: jurplel/install-qt-action@v4
with:
version: 6.7.3
arch: win64_msvc2019_64
version: 6.8.2
arch: win64_msvc2022_64
- name: Setup dev env
uses: ilammy/msvc-dev-cmd@v1
with:
Expand Down
6 changes: 3 additions & 3 deletions prepare_osx_build_environment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
set -e

######### Versions of libraries/frameworks to be compiled
QT_VER="6.7.3"
OPENSSL_VER="3.0.15"
OPENLDAP_VER="2.6.8"
QT_VER="6.8.2"
OPENSSL_VER="3.0.16"
OPENLDAP_VER="2.6.9"
REBUILD=false
BUILD_PATH=~/cmake_builds
: ${MACOSX_DEPLOYMENT_TARGET:="12.0"}
Expand Down

0 comments on commit b104f0f

Please sign in to comment.