forked from TrueCloudLab/frostfs-http-gw
workflows: use latest Ubuntu for linter
Try to fix Error: NotifyContext not declared by package signal (typecheck)
This commit is contained in:
parent
59f5f2da10
commit
3ee5ad52b6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/builds.yml
vendored
2
.github/workflows/builds.yml
vendored
|
@ -12,7 +12,7 @@ on:
|
|||
jobs:
|
||||
lint:
|
||||
name: Lint
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue