Skip to content

Commit

Permalink
[ci] switch to docker image v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nazavode committed Nov 2, 2023
1 parent 6442ace commit 55271ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-experiments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
run-experiments:
runs-on: ubuntu-latest
container: ghcr.io/nazavode/snitch-toolchain:2.3
container: ghcr.io/nazavode/snitch-toolchain:2.4
steps:
- uses: actions/checkout@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-kernels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build-and-run-kernels:
runs-on: ubuntu-latest
container: ghcr.io/nazavode/snitch-toolchain:2.3
container: ghcr.io/nazavode/snitch-toolchain:2.4
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 55271ff

Please sign in to comment.