File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 # Basic sanity tests on JDK 21.
1818 sanity :
1919 name : ${{ matrix.script }} on JDK ${{ matrix.java_version }}
20- runs-on : ubuntu-22 .04
20+ runs-on : ubuntu-24 .04
2121 permissions :
2222 contents : read
2323 strategy :
5757 # The remaining tests for JDK 21. Separate from `sanity` to allow parallelism with `otheros`.
5858 remainder :
5959 name : ${{ matrix.script }} on JDK ${{ matrix.java_version }}
60- runs-on : ubuntu-22 .04
60+ runs-on : ubuntu-24 .04
6161 # Don't depend on sanity jobs, to have more parallelism.
6262 # TODO: cancel these jobs if sanity fails.
6363 # needs: sanity
@@ -113,7 +113,7 @@ jobs:
113113
114114 otherjdks :
115115 name : ${{ matrix.script }} on JDK ${{ matrix.java.version }}
116- runs-on : ubuntu-22 .04
116+ runs-on : ubuntu-24 .04
117117 needs : sanity
118118 permissions :
119119 contents : read
You can’t perform that action at this time.
0 commit comments