mirror of
https://github.com/fischermoseley/manta.git
synced 2026-09-02 10:48:43 +02:00
use only ubuntu-latest for all tests
This commit is contained in:
@@ -2,13 +2,9 @@ name: build_examples
|
||||
on: [push]
|
||||
jobs:
|
||||
counter:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Add SSH Keys
|
||||
run: |
|
||||
mkdir ~/.ssh
|
||||
|
||||
@@ -2,10 +2,7 @@ name: functional_simulation
|
||||
on: [push]
|
||||
jobs:
|
||||
uart:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt install iverilog
|
||||
@@ -13,10 +10,7 @@ jobs:
|
||||
- run: vvp sim.out
|
||||
|
||||
fifo:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, ubuntu-22.04, ubuntu-20.04]
|
||||
runs-on: ${{ matrix.os }}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: sudo apt install iverilog
|
||||
|
||||
Reference in New Issue
Block a user