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:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
Loading…
Reference in New Issue
Block a user