File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 }}
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 }}
You can’t perform that action at this time.
0 commit comments