File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change 8888 # We use ubuntu-22.04 rather than the latest version to make the built
8989 # binaries more portable (eg functional aginast older glibc).
9090 runs-on :
91- - ubuntu-22.04
92- - ubuntu-22.04-arm
93- - macos-13
94- - macos-14
9591 - windows-2022
9692
9793 uses : ./.github/workflows/release-binaries.yml
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Linux")
143143endif ()
144144# We want to generate an installer on Windows.
145145if (${CMAKE_HOST_SYSTEM_NAME} MATCHES "Windows" )
146- set_final_stage_var(CPACK_GENERATOR "WIX" STRING )
147146 set_final_stage_var(BUILD_LLVM_C_DYLIB "ON" STRING )
148147else ()
149148 set_final_stage_var(CPACK_GENERATOR "TXZ" STRING )
You can’t perform that action at this time.
0 commit comments