The GitHub Actions job "CI" on grails-core.git/ci/macos-skip-docs-8.0.x has failed. Run started by GitHub user matrei (triggered by matrei).
Head commit for run: b57e7a22f219129d84d5e4caa640b3a85394ae7c / Mattias Reichel <[email protected]> ci: skip the documentation build on the macOS runner The macOS job runs the full documentation chain (aggregateGroovydoc followed by publishGuide) inside the Gradle daemon, and on the 3 CPU / 7 GB macos-latest runner the daemon's 5 GB heap is regularly exhausted once publishGuide starts. Over the last eight days 19 of 70 completed macOS jobs failed with OutOfMemoryError: Java heap space in that chain, including four runs of the 8.0.x branch itself, and even the successful jobs took two to five hours against roughly 75 minutes for the same tasks on Ubuntu. Drop groovydoc from the macOS task list and exclude :grails-doc:docs so the job builds and tests on Apple silicon without producing documentation that the Ubuntu JDK 21/25 and Windows shard 0 jobs already build. Report URL: https://github.com/apache/grails-core/actions/runs/35726295993 With regards, GitHub Actions via GitBox
