File tree 1 file changed +4
-13
lines changed
1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- runs-on : ubuntu-latest
9
+ runs-on : ubuntu-24.04
10
10
11
11
steps :
12
12
- name : Checkout
38
38
39
39
40
40
test-javac :
41
- runs-on : ubuntu-latest
41
+ runs-on : ubuntu-24.04
42
42
needs : build
43
43
env :
44
44
EA_JDK : 23
71
71
website : jdk.java.net
72
72
release : ${{ matrix.jdk }}
73
73
version : latest
74
-
75
- - name : Install Ant
76
- env :
77
- ANT_VERSION : 1.10.14
78
- run : |
79
- wget https://archive.apache.org/dist/ant/binaries/apache-ant-$ANT_VERSION-bin.zip
80
- unzip apache-ant-$ANT_VERSION-bin.zip -d "${HOME}"
81
- echo "ANT_HOME=${HOME}/apache-ant-$ANT_VERSION" >> $GITHUB_ENV
82
- echo "${HOME}/apache-ant-$ANT_VERSION/bin" >> $GITHUB_PATH
83
74
84
75
- name : Cache dependencies
85
76
uses : actions/cache@v4
95
86
run : ant -noinput test.${{ matrix.goal }}
96
87
97
88
test-eclipse :
98
- runs-on : ubuntu-latest
89
+ runs-on : ubuntu-24.04
99
90
needs : build
100
91
strategy :
101
92
matrix :
@@ -164,7 +155,7 @@ jobs:
164
155
run : xvfb-run ant -noinput dist test.${{ matrix.version }}
165
156
166
157
docker-integration-test :
167
- runs-on : ubuntu-latest
158
+ runs-on : ubuntu-24.04
168
159
needs : build
169
160
strategy :
170
161
matrix :
You can’t perform that action at this time.
0 commit comments