[ci] now cell lib test use ubunut 22.04

This commit is contained in:
tangxifan 2023-07-14 10:23:36 -07:00
parent 8cac776b28
commit 7fafb29572
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
# Test the RTL compilation compatibility # Test the RTL compilation compatibility
verilog: verilog:
name: RTL compilation and tests name: RTL compilation and tests
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- name: Cancel previous - name: Cancel previous
uses: styfle/cancel-workflow-action@0.9.1 uses: styfle/cancel-workflow-action@0.9.1
@ -25,7 +25,7 @@ jobs:
- name: Install Dependencies - name: Install Dependencies
run: | run: |
sudo bash .github/workflows/install_dependencies_run.sh sudo bash .github/workflows/install_dependencies_run_ubuntu22p04.sh
- name: Dump tool versions - name: Dump tool versions
run: | run: |