Skip to content

Commit 635ffd5

Browse files
authored
Merge f0fef76 into 8a64c7a
2 parents 8a64c7a + f0fef76 commit 635ffd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test_pack_doc.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
java_version: [ 11, 17 ]
48-
os: [ ubuntu-latest, windows-latest, ubuntu-20.04 ]
48+
os: [ ubuntu-latest, windows-latest ]
4949
steps:
5050
- uses: actions/checkout@v1
5151
- name: Set up JDK ${{ matrix.java_version }}
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
matrix:
8888
java_version: [ 11, 17 ]
89-
os: [ ubuntu-latest, windows-latest, ubuntu-20.04 ]
89+
os: [ ubuntu-latest, windows-latest ]
9090
steps:
9191
- uses: actions/checkout@v1
9292
- name: Set up JDK ${{ matrix.java_version }}
@@ -117,7 +117,7 @@ jobs:
117117
strategy:
118118
matrix:
119119
java_version: [ 11, 17 ]
120-
os: [ ubuntu-latest, ubuntu-20.04, windows-latest ]
120+
os: [ ubuntu-latest, windows-latest ]
121121
steps:
122122
- uses: actions/checkout@v1
123123
- name: Set up JDK ${{ matrix.java_version }}

0 commit comments

Comments
 (0)