Skip to content

Commit 4e5f72a

Browse files
Change container stuff for Verilator CI
1 parent d10b3f4 commit 4e5f72a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/verilator-ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ on: [push, pull_request, workflow_dispatch]
88
jobs:
99
verilator-ci:
1010
name: Public Verilator CI
11-
runs-on: fconti/pulp-verilator
11+
runs-on: ubuntu-latest
12+
container:
13+
image: fconti/pulp-verilator:latest
1214
steps:
1315
- name: Test
1416
# Skip on forks or pull requests from forks due to missing secrets.

0 commit comments

Comments
 (0)