File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -199,10 +199,12 @@ jobs:
199199 echo "linux-x64-variants=$(check_platform linux-x64-variants variants)" >> $GITHUB_OUTPUT
200200 echo "linux-cross-compile=$(check_platform linux-cross-compile cross-compile)" >> $GITHUB_OUTPUT
201201 echo "alpine-linux-x64=$(check_platform alpine-linux-x64 alpine-linux x64)" >> $GITHUB_OUTPUT
202- echo "macos-x64=$(check_platform macos-x64 macos x64)" >> $GITHUB_OUTPUT
202+ # SapMachine 2026-05-14: Disabling GHA for platforms that are not delivered
203+ echo "macos-x64=false" >> $GITHUB_OUTPUT
203204 echo "macos-aarch64=$(check_platform macos-aarch64 macos aarch64)" >> $GITHUB_OUTPUT
204205 echo "windows-x64=$(check_platform windows-x64 windows x64)" >> $GITHUB_OUTPUT
205- echo "windows-aarch64=$(check_platform windows-aarch64 windows aarch64)" >> $GITHUB_OUTPUT
206+ # SapMachine 2026-05-14: Disabling GHA for platforms that are not delivered
207+ echo "windows-aarch64=false" >> $GITHUB_OUTPUT
206208 echo "docs=$(check_platform docs)" >> $GITHUB_OUTPUT
207209 echo "dry-run=$(check_dry_run)" >> $GITHUB_OUTPUT
208210
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=3663faab53b08e20c87112166bae3399340ead434d8e3a58cbb2a28ef1e0c584
4242
4343MACOS_X64_BOOT_JDK_EXT=tar.gz
44- MACOS_X64_BOOT_JDK_URL=https://github.com/adoptium/temurin26-binaries/releases/download/jdk-26.0.1%2B8/OpenJDK26U-jdk_x64_mac_hotspot_26.0.1_8 .tar.gz
45- MACOS_X64_BOOT_JDK_SHA256=032df492c8749864ee8b135e3d0ea5a17ef5c847309d5fdf8f1dd55e246b8319
44+ MACOS_X64_BOOT_JDK_URL=https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL/openjdk-25_macos-x64_bin .tar.gz
45+ MACOS_X64_BOOT_JDK_SHA256=47482ad9888991ecac9b2bcc131e2b53ff78aff275104cef85f66252308e8a09
4646
4747WINDOWS_X64_BOOT_JDK_EXT=zip
4848WINDOWS_X64_BOOT_JDK_URL=https://github.com/SAP/SapMachine/releases/download/sapmachine-26.0.1/sapmachine-jdk-26.0.1_windows-x64_bin.zip
You can’t perform that action at this time.
0 commit comments