Skip to content

Commit cb3f53a

Browse files
committed
Fixed incorrect test site name
1 parent 60a645f commit cb3f53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ctest-custom.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ elseif(${HOSTNAME} STREQUAL "debian-oldstable" )
5353

5454
# CI Ubuntu Noble
5555
elseif(${HOSTNAME} STREQUAL "ubuntu-oldlts" )
56-
set(CTEST_SITE ci-debian-oldstable)
56+
set(CTEST_SITE ci-ubuntu-oldlts)
5757
set(CTEST_BUILD_NAME x86_64-linux-ubuntu-24-04)
5858
set(CTEST_DASHBOARD Continuous)
5959
set(CTEST_GIT_COMMAND "/usr/bin/git")

0 commit comments

Comments
 (0)