Skip to content

Commit

Permalink
REVERT: Switch docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Aug 7, 2024
1 parent 36f6cfc commit f7e8a6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: Build documentation
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:main
image: ghcr.io/pulp-platform/snitch_cluster:update-bender
steps:
- uses: actions/checkout@v2
- name: Build docs
Expand All @@ -29,7 +29,7 @@ jobs:
name: Simulate SW on Snitch Cluster w/ Verilator
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:main
image: ghcr.io/pulp-platform/snitch_cluster:update-bender
steps:
- uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
name: Simulate SW on Snitch Cluster w/ Banshee
runs-on: ubuntu-22.04
container:
image: ghcr.io/pulp-platform/snitch_cluster:main
image: ghcr.io/pulp-platform/snitch_cluster:update-bender
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit f7e8a6e

Please sign in to comment.