[ci] downgrade ubuntu version in runner due to renamed packages in scripts

This commit is contained in:
tangxifan 2022-05-09 18:00:33 +08:00
parent 0f56dbcb92
commit b4f9453c00
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
# Test the RTL compilation compatibility
verilog:
name: RTL compilation and tests
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Cancel previous
uses: styfle/cancel-workflow-action@0.9.1