Skip to content

Commit

Permalink
Fixed Documentation CI Ubuntu version to 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
timohl committed Dec 19, 2024
1 parent 909b5f0 commit f3e3d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
headless-docs: # Build headless and docs
permissions:
contents: write # Artifact upload and release upload
runs-on: ubuntu-latest # Warn about build issues in new versions
runs-on: ubuntu-22.04
env:
OPEN3D_ML_ROOT: ${{ github.workspace }}/Open3D-ML
DEVELOPER_BUILD: ${{ github.event.inputs.developer_build || 'ON' }}
Expand Down

0 comments on commit f3e3d93

Please sign in to comment.