mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-19 13:34:34 -04:00
ci: macos-latest is now arm64 and breaks, use macos-12 for now
This commit is contained in:
parent
58916d3c6d
commit
a14e21dff6
@ -26,6 +26,8 @@ endif()
|
||||
|
||||
IF(APPLE)
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,-no_pie")
|
||||
# https://stackoverflow.com/questions/69803659/what-is-the-proper-way-to-build-for-macos-x86-64-using-cmake-on-apple-m1-arm
|
||||
set(CMAKE_OSX_ARCHITECTURES "x86_64" CACHE INTERNAL "" FORCE)
|
||||
endif()
|
||||
|
||||
find_program(GO NAMES go)
|
||||
|
Reference in New Issue
Block a user