Skip to content

Commit a8ff36b

Browse files
committedJul 22, 2022
#1110 actions fix ubuntu version
1 parent e00ee3a commit a8ff36b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: codecov
66
- master
77
jobs:
88
codecov:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/checkout@v2
1212
- uses: actions/setup-java@v1

‎.github/workflows/mvn.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
os: [windows-latest, ubuntu-latest]
15+
os: [windows-latest, ubuntu-20.04]
1616
java: [1.8, 11, 13]
1717
steps:
1818
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)
Please sign in to comment.