Skip to content

Commit

Permalink
fix CI for qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
pifopi committed Nov 8, 2024
1 parent 9811e3d commit acfad63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cpp-ci-serial-programs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, macos-15-large, ubuntu-24.04]
os: [windows-2022, macos-15, ubuntu-24.04]
qt_version: ['5.12.12', '6.7.2']
include:
- qt_version: '5.12.12'
Expand Down
2 changes: 1 addition & 1 deletion SerialPrograms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2156,7 +2156,7 @@ else()
if ((APPLE) AND (CMAKE_SYSTEM_PROCESSOR MATCHES "(arm64)|(ARM64)"))
add_library(libdpp STATIC IMPORTED)
set_target_properties(libdpp PROPERTIES
IMPORTED_LOCATION ../3rdPartyBinaries/libdpp_macos_arm64.a
IMPORTED_LOCATION "${CMAKE_CURRENT_SOURCE_DIR}/../3rdPartyBinaries/libdpp_macos_arm64.a"
INTERFACE_COMPILE_DEFINITIONS "PA_DPP"
INTERFACE_LINK_LIBRARIES "-L/opt/homebrew/lib -lssl -lcrypto -lopus -lsodium -lz" # add dpp's deps
)
Expand Down

0 comments on commit acfad63

Please sign in to comment.