From 388261e1a8fb248e9dd25cf3dd63917cb14b6e2e Mon Sep 17 00:00:00 2001 From: Yvan Tortorella Date: Sat, 27 Jan 2024 00:15:55 +0100 Subject: [PATCH] Update regression-tests fetch branch. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3a01df22..039e1c7e 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ pulp-runtime: ## Clone regression tests for bare-metal verification regression-tests: - git clone git@github.com:pulp-platform/regression_tests.git -b yt/carfield $@ + git clone git@github.com:pulp-platform/regression_tests.git -b astral $@ ######################## # Build and simulation #