File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111
1212jobs :
1313 openjdk11 :
14- runs-on : [ubuntu-20 .04]
14+ runs-on : [ubuntu-22 .04]
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up JDK 11
3333 find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
3434
3535 openjdk17 :
36- runs-on : [ubuntu-20 .04]
36+ runs-on : [ubuntu-22 .04]
3737 steps :
3838 - uses : actions/checkout@v4
3939 - name : Set up JDK 17
5555 find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
5656
5757 openjdk21 :
58- runs-on : [ubuntu-20 .04]
58+ runs-on : [ubuntu-22 .04]
5959 steps :
6060 - uses : actions/checkout@v4
6161 - name : Set up JDK 21
7777 find .m2/repository -name "*SNAPSHOT*" -type d | xargs rm -rf {}
7878
7979 QA :
80- runs-on : [ubuntu-20 .04]
80+ runs-on : [ubuntu-22 .04]
8181 steps :
8282 - uses : actions/checkout@v4
8383 - name : Set up JDK 11
You can’t perform that action at this time.
0 commit comments