From 37ebf9ec7f63a1731ad7ea7fceb3f053858601c8 Mon Sep 17 00:00:00 2001 From: jorendumoulin Date: Fri, 10 May 2024 14:12:26 +0200 Subject: [PATCH] test on new container --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a8e3612e2..3637a874a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: name: Simulate SW on SNAX MAC Cluster w/ Verilator (Generic LLVM) runs-on: ubuntu-22.04 container: - image: ghcr.io/kuleuven-micas/snax:main + image: ghcr.io/kuleuven-micas/snax:pr-107 steps: - uses: actions/checkout@v2 with: @@ -89,7 +89,7 @@ jobs: name: Simulate SW on SNAX GEMM Cluster w/ Verilator (Generic LLVM) runs-on: ubuntu-22.04 container: - image: ghcr.io/kuleuven-micas/snax:main + image: ghcr.io/kuleuven-micas/snax:pr-107 steps: - uses: actions/checkout@v2 with: @@ -114,7 +114,7 @@ jobs: name: Simulate SW on SNAX Streamer GEMM Cluster w/ Verilator (Generic LLVM) runs-on: ubuntu-22.04 container: - image: ghcr.io/kuleuven-micas/snax:main + image: ghcr.io/kuleuven-micas/snax:pr-107 steps: - uses: actions/checkout@v2 with: @@ -153,7 +153,7 @@ jobs: name: Simulate SW on SNAX GEMM for Conv2d w/ Verilator (Generic LLVM) runs-on: ubuntu-22.04 container: - image: ghcr.io/kuleuven-micas/snax:main + image: ghcr.io/kuleuven-micas/snax:pr-107 steps: - uses: actions/checkout@v2 with: