From dfc107567a0ddb7c0dea74b9e76c40c263446afa Mon Sep 17 00:00:00 2001 From: Tim Ohliger Date: Thu, 19 Dec 2024 23:42:13 +0100 Subject: [PATCH] Added comment why ubuntu is pinned to 22.04 instead of latest --- .github/workflows/documentation.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b0d99479c31..2086b9a7a73 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -22,6 +22,8 @@ jobs: headless-docs: # Build headless and docs permissions: contents: write # Artifact upload and release upload + # Pinning to 22.04 instead of ubuntu-latest until 24.04 is supported + # (see https://github.com/isl-org/Open3D/pull/7105) runs-on: ubuntu-22.04 env: OPEN3D_ML_ROOT: ${{ github.workspace }}/Open3D-ML