drop support for deprecated ubuntu 18.04
add support for ubuntu 22.04
This commit is contained in:
parent
46553eae11
commit
9ef8eed57e
10 changed files with 19 additions and 17 deletions
2
.github/workflows/dev-image.yml
vendored
2
.github/workflows/dev-image.yml
vendored
|
|
@ -23,7 +23,7 @@ on:
|
|||
|
||||
jobs:
|
||||
dev-image-test:
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- run: make build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue