We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00ee3a commit a8ff36bCopy full SHA for a8ff36b
.github/workflows/codecov.yml
@@ -6,7 +6,7 @@ name: codecov
6
- master
7
jobs:
8
codecov:
9
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
10
steps:
11
- uses: actions/checkout@v2
12
- uses: actions/setup-java@v1
.github/workflows/mvn.yml
@@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
13
strategy:
14
matrix:
15
- os: [windows-latest, ubuntu-latest]
+ os: [windows-latest, ubuntu-20.04]
16
java: [1.8, 11, 13]
17
18
0 commit comments