Skip to content

Commit

Permalink
🔨 [CI] Fix MacOS Create Release Executables
Browse files Browse the repository at this point in the history
  • Loading branch information
JulesFouchy committed May 6, 2024
1 parent 3d5ae51 commit f8806ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release_executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
}
- {
name: MacOS,
os: macos-latest,
os: macos-12, # 13 and 14 run on M1 chips, and we get a linker error when using them
cmake_configure_args: -D CMAKE_C_COMPILER=$(brew --prefix llvm@15)/bin/clang -D CMAKE_CXX_COMPILER=$(brew --prefix llvm@15)/bin/clang++ -G Ninja -D OPENSSL_ROOT_DIR=/usr/local/opt/openssl -D OPENSSL_INCLUDE_DIR=/usr/local/opt/openssl/include,
cpack_generator: Bundle,
installer_name: Coollab-Mac.dmg,
Expand Down

0 comments on commit f8806ac

Please sign in to comment.