From 7fafb29572f5394657a77c250e988dbf63c9d61a Mon Sep 17 00:00:00 2001 From: tangxifan Date: Fri, 14 Jul 2023 10:23:36 -0700 Subject: [PATCH] [ci] now cell lib test use ubunut 22.04 --- .github/workflows/cell_lib_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cell_lib_test.yml b/.github/workflows/cell_lib_test.yml index 619dc5251..7d5b08984 100644 --- a/.github/workflows/cell_lib_test.yml +++ b/.github/workflows/cell_lib_test.yml @@ -13,7 +13,7 @@ jobs: # Test the RTL compilation compatibility verilog: name: RTL compilation and tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Cancel previous uses: styfle/cancel-workflow-action@0.9.1 @@ -25,7 +25,7 @@ jobs: - name: Install Dependencies run: | - sudo bash .github/workflows/install_dependencies_run.sh + sudo bash .github/workflows/install_dependencies_run_ubuntu22p04.sh - name: Dump tool versions run: |