diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a84572bb9..37b99e34ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,10 +92,10 @@ jobs: - name: Install dependencies (macOS) if: runner.os == 'macOS' run: | - curl -O https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz - tar -xf panda3d-1.10.7-tools-mac.tar.gz - mv panda3d-1.10.7/thirdparty thirdparty - rmdir panda3d-1.10.7 + curl -O https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz + tar -xf panda3d-1.10.8-tools-mac.tar.gz + mv panda3d-1.10.8/thirdparty thirdparty + rmdir panda3d-1.10.8 mkdir -p build/Frameworks cp -R thirdparty/darwin-libs-a/nvidiacg/Cg.framework build/Frameworks/Cg.framework @@ -356,10 +356,10 @@ jobs: - name: Get thirdparty packages (macOS) if: runner.os == 'macOS' run: | - curl -O https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz - tar -xf panda3d-1.10.7-tools-mac.tar.gz - mv panda3d-1.10.7/thirdparty thirdparty - rmdir panda3d-1.10.7 + curl -O https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz + tar -xf panda3d-1.10.8-tools-mac.tar.gz + mv panda3d-1.10.8/thirdparty thirdparty + rmdir panda3d-1.10.8 (cd thirdparty/darwin-libs-a && rm -rf rocket) - name: Set up Python 3.9 uses: actions/setup-python@v1 diff --git a/README.md b/README.md index d762df1628..c4e4a41501 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ macOS ----- On macOS, you will need to download a set of precompiled thirdparty packages in order to -compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.7/panda3d-1.10.7-tools-mac.tar.gz). +compile Panda3D, which can be acquired from [here](https://www.panda3d.org/download/panda3d-1.10.8/panda3d-1.10.8-tools-mac.tar.gz). After placing the thirdparty directory inside the panda3d source directory, you may build Panda3D using a command like the following: