Skip to content

Commit e1ccfc4

Browse files
authored
fix: oldest.target file points to wrong update site (#973)
1 parent 87893e8 commit e1ccfc4

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,12 +81,6 @@ jobs:
8181
include:
8282
- os: ubuntu-latest
8383
target-platform: staging
84-
exclude:
85-
- os: windows-11-arm
86-
# "target-platform: oldest" fails on Windows 11 ARM with:
87-
# An unexpected error occurred while launching the test runtime (process returned error code 13
88-
# (HRESULT Code 0xD, check for example https://www.hresult.info/ for further details)).
89-
target-platform: oldest
9084

9185

9286
runs-on: ${{ matrix.os }}

target-platforms/oldest.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<!-- 4.32 = Eclipse 2024-06 -->
1212
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
13-
<repository location="https://download.eclipse.org/eclipse/updates/4.29"/>
13+
<repository location="https://download.eclipse.org/eclipse/updates/4.32"/>
1414
<unit id="org.eclipse.platform.feature.group" version="0.0.0"/>
1515
<unit id="org.eclipse.ui.trace" version="0.0.0"/>
1616
<unit id="org.eclipse.ui.tests.harness" version="0.0.0"/>

0 commit comments

Comments
 (0)