From 300e2f36d639bd0e6589d6611ecc4ca56b70bda0 Mon Sep 17 00:00:00 2001 From: davide schiavone Date: Mon, 17 Apr 2023 15:17:25 +0200 Subject: [PATCH] update CI runner --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 23b26e74e..064383ccc 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: format_verilog: name: Format Verilog Sources # This job runs on Linux (fixed ubuntu version) - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2