Skip to content

Commit

Permalink
#1110 actions fix ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 22, 2022
1 parent e00ee3a commit a8ff36b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Expand Up @@ -6,7 +6,7 @@ name: codecov
- master
jobs:
codecov:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mvn.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-20.04]
java: [1.8, 11, 13]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a8ff36b

Please sign in to comment.