Update Github actions to ubuntu-22.04
This commit is contained in:
parent
a7ad407f4b
commit
bd7bd2739a
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -4,7 +4,7 @@ on: [push, pull_request]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-22.04
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
Loading…
Reference in New Issue
Block a user