CI: use macos-14 (Apple M1) runners

This commit is contained in:
SChernykh
2024-02-12 14:48:45 +01:00
parent ec15b3b673
commit 9289a8c40c
4 changed files with 49 additions and 16 deletions
+1
View File
@@ -4,6 +4,7 @@ project(p2pool_tests)
include(cmake/standard.cmake)
option(STATIC_LIBS "Use locally built libuv and libzmq static libs" OFF)
option(WITH_LTO "Use link-time compiler optimization (if linking fails for you, run cmake with -DWITH_LTO=OFF)" ON)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_SOURCE_DIR}/cmake")