Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

perf: use perfUtils in Utility #179

Merged
merged 4 commits into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
tl-test_L2:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
uses: coursier/cache-action@v5

- name: Verilator
run: sudo apt install verilator
run: sudo apt install verilator libsqlite3-dev

- name: Setup Mill
uses: jodersky/[email protected]
Expand All @@ -60,7 +60,7 @@ jobs:

tl-test_L2L3:
# The type of runner that the job will run on
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand All @@ -77,7 +77,7 @@ jobs:
uses: coursier/cache-action@v5

- name: Verilator
run: sudo apt install verilator
run: sudo apt install verilator libsqlite3-dev

- name: Setup Mill
uses: jodersky/[email protected]
Expand Down
Loading