From 4b1a2188d2654bc04980fad72dc6408443653230 Mon Sep 17 00:00:00 2001 From: Alec Edgington Date: Wed, 4 Sep 2024 15:37:45 +0100 Subject: [PATCH] Use correct conan profile for valgrind build. --- .github/workflows/valgrind.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/valgrind.yml b/.github/workflows/valgrind.yml index 0914880fae..35c2621d90 100644 --- a/.github/workflows/valgrind.yml +++ b/.github/workflows/valgrind.yml @@ -45,7 +45,7 @@ jobs: run: | conan profile detect DEFAULT_PROFILE_PATH=`conan profile path default` - PROFILE_PATH=./conan-profiles/ubuntu-22.04 + PROFILE_PATH=./conan-profiles/ubuntu-24.04 diff ${DEFAULT_PROFILE_PATH} ${PROFILE_PATH} || true cp ${PROFILE_PATH} ${DEFAULT_PROFILE_PATH} conan remote add tket-libs https://quantinuumsw.jfrog.io/artifactory/api/conan/tket1-libs --index 0