workflows: use latest Ubuntu for linter

Try to fix
  Error: NotifyContext not declared by package signal (typecheck)
This commit is contained in:
Roman Khimov 2021-04-30 17:38:48 +03:00 committed by Roman Khimov
parent 59f5f2da10
commit 3ee5ad52b6

View file

@ -12,7 +12,7 @@ on:
jobs:
lint:
name: Lint
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2