File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Self-Hosted
22
33on :
44 push :
5- branches : [ master, self-hosted-runner ]
5+ branches : [ master ]
66 pull_request :
7- branches : [ master, self-hosted-runner ]
7+ branches : [ master ]
88 workflow_dispatch :
99
1010env :
2020 include :
2121 - os : ubuntu-24.04
2222 cuda : " 12.8"
23- gcc : 13
23+ gcc : 14
2424 env :
2525 config : " Release"
2626
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ target_link_libraries(${TESTS_TARGET} PUBLIC gtest)
77target_link_libraries (${TESTS_TARGET} PUBLIC fast_matrix_market)
88
99target_compile_definitions (${TESTS_TARGET} PUBLIC
10- TESTS_DATA_PATH="${CMAKE_CURRENT_SOURCE_DIR} /test_data/ " )
10+ TESTS_DATA_PATH="${CMAKE_CURRENT_SOURCE_DIR} /test_data" )
1111
1212# tests files
1313target_sources (${TESTS_TARGET} PUBLIC "rpq_tests.cpp" )
You can’t perform that action at this time.
0 commit comments