mirror of
https://github.com/openvk/openvk
synced 2025-05-05 08:36:38 +03:00
fix(actions): update Ubuntu (#1280)
20.04 is no longer supported by GitHub so using ubuntu-latest instead
This commit is contained in:
parent
b7fc23bb52
commit
c54ccf6e28
2 changed files with 2 additions and 2 deletions
2
.github/workflows/analyse.yaml
vendored
2
.github/workflows/analyse.yaml
vendored
|
@ -7,7 +7,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
phpstan:
|
phpstan:
|
||||||
name: PHPStan
|
name: PHPStan
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs
|
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs
|
||||||
if: >
|
if: >
|
||||||
|
|
2
.github/workflows/lint.yaml
vendored
2
.github/workflows/lint.yaml
vendored
|
@ -6,7 +6,7 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint:
|
lint:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs
|
# 'push' runs on inner branches, 'pull_request' will run only on outer PRs
|
||||||
if: >
|
if: >
|
||||||
|
|
Loading…
Reference in a new issue