Skip to content

Commit

Permalink
github build fix deprecated ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinmik committed Jan 23, 2024
1 parent e02d4cc commit 76e7828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
MAVEN_OPTS: -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
jobs:
compile:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
timeout-minutes: 30
steps:
- name: Checkout project
Expand Down

0 comments on commit 76e7828

Please sign in to comment.