Skip to content

Commit

Permalink
bump image version
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerre committed Jul 4, 2023
1 parent e6a6722 commit 50dbd97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
export TMPDIR=~/tmp
mvn -B clean install
- name: Upload logs on build failure
if: failure()
uses: actions/upload-artifact@v2
Expand All @@ -46,8 +46,8 @@ jobs:
path: |
./**/surefire-reports
./**/result
- name: Save Maven cache
uses: skjolber/maven-cache-github-action@v1
with:
step: save
step: save

0 comments on commit 50dbd97

Please sign in to comment.