File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,10 +187,12 @@ jobs:
187187 echo "linux-x64-variants=$(check_platform linux-x64-variants variants)" >> $GITHUB_OUTPUT
188188 echo "linux-cross-compile=$(check_platform linux-cross-compile cross-compile)" >> $GITHUB_OUTPUT
189189 echo "alpine-linux-x64=$(check_platform alpine-linux-x64 alpine-linux x64)" >> $GITHUB_OUTPUT
190- echo "macos-x64=$(check_platform macos-x64 macos x64)" >> $GITHUB_OUTPUT
190+ # SapMachine 2026-05-14: Disabling GHA for platforms that are not delivered
191+ echo "macos-x64=false" >> $GITHUB_OUTPUT
191192 echo "macos-aarch64=$(check_platform macos-aarch64 macos aarch64)" >> $GITHUB_OUTPUT
192193 echo "windows-x64=$(check_platform windows-x64 windows x64)" >> $GITHUB_OUTPUT
193- echo "windows-aarch64=$(check_platform windows-aarch64 windows aarch64)" >> $GITHUB_OUTPUT
194+ # SapMachine 2026-05-14: Disabling GHA for platforms that are not delivered
195+ echo "windows-aarch64=false" >> $GITHUB_OUTPUT
194196 echo "docs=$(check_platform docs)" >> $GITHUB_OUTPUT
195197 echo "dry-run=$(check_dry_run)" >> $GITHUB_OUTPUT
196198
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ MACOS_AARCH64_BOOT_JDK_URL=https://github.com/SAP/SapMachine/releases/download/s
4141MACOS_AARCH64_BOOT_JDK_SHA256=5e17522ae15cc57b7d57e8317b2f5c425aa38a50bd105e3c763a73317e1d8658
4242
4343MACOS_X64_BOOT_JDK_EXT=tar.gz
44- MACOS_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin25-binaries/releases/download/jdk-25.0.3%2B9/OpenJDK25U-jdk_x64_mac_hotspot_25.0.3_9 .tar.gz
45- MACOS_X64_BOOT_JDK_SHA256=4c539a18b4d656960ff6766727e9ca546fc17f7a29714dba9e7b47bdcb37c447
44+ MACOS_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL/openjdk-24_macos-x64_bin .tar.gz
45+ MACOS_X64_BOOT_JDK_SHA256=6bbfb1d01741cbe55ab90299cb91464b695de9a3ace85c15131aa2f50292f321
4646
4747WINDOWS_X64_BOOT_JDK_EXT=zip
4848WINDOWS_X64_BOOT_JDK_URL=https://github.com/SAP/SapMachine/releases/download/sapmachine-25.0.3/sapmachine-jdk-25.0.3_windows-x64_bin.zip
You can’t perform that action at this time.
0 commit comments