Skip to content

Commit

Permalink
test on new container
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Aug 5, 2024
1 parent 9d8cc15 commit 37ebf9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 37ebf9e

Please sign in to comment.