Skip to content

Commit

Permalink
Downgrade mac-os to version 12
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Pham <[email protected]>
  • Loading branch information
spham-amzn committed Feb 9, 2024
1 parent 1640d53 commit 2cf0ca9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 22 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
OS_RUNNER="windows-latest" # This is bundled with VS2022
;;
darwin)
OS_RUNNER="macos-latest"
OS_RUNNER="macos-12"
;;
*)
OS_RUNNER="windows-latest" # default
Expand Down
21 changes: 0 additions & 21 deletions package-system/python/darwin_x64/open3d_python.patch
Original file line number Diff line number Diff line change
Expand Up @@ -103,25 +103,4 @@ index 8f33537..dad3d0c 100755
+ return

rsrcDir = os.path.join(pkgroot, 'Resources')

diff --git a/Doc/requirements.txt b/Doc/requirements.txt
index f43ce2c..2578393 100644
--- a/Doc/requirements.txt
+++ b/Doc/requirements.txt
@@ -3,13 +3,13 @@
# Sphinx version is pinned so that new versions that introduce new warnings
# won't suddenly cause build failures. Updating the version is fine as long
# as no warnings are raised by doing so.
-sphinx==3.4.3
+sphinx
# Docutils version is pinned to a version compatible with Sphinx
# version <3.5.4. It can be removed after bumping Sphinx version to at
# least 3.5.4.
-docutils==0.17.1
+docutils
# Jinja version is pinned to a version compatible with Sphinx version <4.5.
-jinja2==3.0.3
+jinja2

blurb

0 comments on commit 2cf0ca9

Please sign in to comment.