Use ubuntu-22.04 in the check-style step in CI (#23118)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
b0e4e11cd4
Коммит
506c4178b5
2
.github/workflows/ci.yml
поставляемый
2
.github/workflows/ci.yml
поставляемый
@@ -66,7 +66,7 @@ jobs:
|
|||||||
run: if [[ -n $(git status --porcelain) ]]; then echo "Please update the serialized files using 'make gen-serialized'"; exit 1; fi
|
run: if [[ -n $(git status --porcelain) ]]; then echo "Please update the serialized files using 'make gen-serialized'"; exit 1; fi
|
||||||
check-mattermost-vet:
|
check-mattermost-vet:
|
||||||
name: Check style
|
name: Check style
|
||||||
runs-on: ubuntu-latest-8-cores
|
runs-on: ubuntu-22.04
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: server
|
working-directory: server
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user