From 3d1301040b525e5af68eb37f744372b051f7a082 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Fri, 8 Oct 2021 14:18:08 -0700 Subject: [PATCH] Revert toolchain to use GH-A area --- .github/workflows/chipyard-run-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chipyard-run-tests.yml b/.github/workflows/chipyard-run-tests.yml index 35ea5c45..5e42678d 100644 --- a/.github/workflows/chipyard-run-tests.yml +++ b/.github/workflows/chipyard-run-tests.yml @@ -80,7 +80,7 @@ jobs: install-riscv-toolchain: name: install-riscv-toolchain - runs-on: self-hosted + runs-on: ubuntu-latest container: image: ucbbar/chipyard-ci-image:554b436 options: --entrypoint /bin/bash