Skip to content

Commit

Permalink
Added comment why ubuntu is pinned to 22.04 instead of latest
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Dec 19, 2024
1 parent f3e3d93 commit dfc1075
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dfc1075

Please sign in to comment.