Skip to content

Commit

Permalink
Components/2024 05 11 (#64)
Browse files Browse the repository at this point in the history
* 🏗Build: Components updated.
- libjpeg 3.0.3
- libjxl v0.10.2
- libexpat R_2_6_2

* 🏗Build: GitHub Action for Windows updated to QT 6.7.0

* 🏗Build: GitHub Action for Mac updated macos-latest.

* 🏗Build:kimageformats submodule updated to the c2fabef50190a9c2bf2dcbe851b0d39c9951d7f4.
  • Loading branch information
vookimedlo authored May 12, 2024
1 parent 338c854 commit 5584bcc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build:
runs-on: macos-13
runs-on: macos-latest

steps:
- name: checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/win-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
QT_VERSION: "6.6.2"
QT_VERSION: "6.7.0"
MINGW_VERSION: "win64_msvc2019_64"
BUILD_TYPE: Release
artifact_retention_days: 5
Expand Down
6 changes: 3 additions & 3 deletions build/cmake/ExternalProjectVersions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ endfunction()

if (APPLE OR WIN32)
ADD_EP_VERSION(libexiv2 v0.28.2)
ADD_EP_VERSION(libjpeg-turbo 3.0.2)
ADD_EP_VERSION(libjpeg-turbo 3.0.3)
ADD_EP_VERSION(libraw 0.21.2)
ADD_EP_VERSION(brotli v1.1.0)
ADD_EP_VERSION(highway 1.1.0)
ADD_EP_VERSION(libjxl v0.10.1)
ADD_EP_VERSION(libjxl v0.10.2)
endif()

if (WIN32)
ADD_EP_VERSION(zlib v1.3.1)
ADD_EP_VERSION(libexpat R_2_6_1)
ADD_EP_VERSION(libexpat R_2_6_2)
ADD_EP_VERSION(libde265 v1.0.15)
ADD_EP_VERSION(libheif v1.17.6)
endif()

0 comments on commit 5584bcc

Please sign in to comment.