Skip to content

Commit

Permalink
Change OS imageto 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
satnam6502 committed Jun 3, 2024
1 parent fa063a2 commit f11d363
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/lava-ci.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
name: Lava CI
on:
- push
- pull_request
on: [push]

defaults:
run:
shell: bash

jobs:
linux:
name: Lava-CI - Linux - ${{ matrix.compiler }}
runs-on: ubuntu-22.04
name: Test Verilator
runs-on: ubuntu-24.04
timeout-minutes:
60
container:
image: buildpack-deps:jammy
60
continue-on-error: ${{ matrix.allow-failure }}
strategy:
matrix:
Expand Down Expand Up @@ -44,6 +45,7 @@ jobs:
path: source
- name: Build and test Lava
run: |
find . -name "*.cabal"
cd source
cabal v2-test
verilator +1800-2017ext+sv verilator.vlt --binary --trace -Wall --top-module nandgate_sim nandgate.sv nandgate_sim.sv

0 comments on commit f11d363

Please sign in to comment.