Skip to content

Commit 6e00f1b

Browse files
committed
Run tests against 2020-03.
Change-Id: I59a38a6bcb4f6cc1997294b2c84576b4c016ecb4 Signed-off-by: Alexander Kurtakov <[email protected]>
1 parent 6c8b739 commit 6e00f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tycho-testing-harness/src/main/java/org/eclipse/tycho/test/util/EnvironmentUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static boolean isMac() {
6969
}
7070

7171
public static String getTargetPlatform() {
72-
return "https:////download.eclipse.org/releases/2019-12/";
72+
return "https:////download.eclipse.org/releases/2020-03/";
7373
}
7474

7575
public static String getTestSettings() {

0 commit comments

Comments
 (0)