diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 064383ccc..7f168dbf3 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-20.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 @@ -36,4 +36,4 @@ jobs: - name: Run Format run: | util/format-verible - util/git-diff.py --error-msg "::error ::Found differences, run util/format-verible before committing." \ No newline at end of file + util/git-diff.py --error-msg "::error ::Found differences, run util/format-verible before committing."