File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 3333 linux-gcc11,
3434 linux-debug-gcc11,
3535 windows,
36- windows-debug
36+ windows-debug,
37+ macos-arm64
3738 ]
3839
3940 include :
7677 publish : false
7778 jobs : 4
7879
80+ - name : macos-arm64
81+ os : macos-14
82+ buildType : RELEASE
83+ options : .github/workflows/main/options.posix
84+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/10.0.0/gafferDependencies-10.0.0-macos-arm64.tar.gz
85+ tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
86+ publish : true
87+ jobs : 3
88+
7989 runs-on : ${{ matrix.os }}
8090
8191 container : ${{ matrix.containerImage }}
Original file line number Diff line number Diff line change @@ -63,4 +63,5 @@ ENV_VARS_TO_IMPORT = "PATH CI"
6363
6464if platform.system() == "Darwin" :
6565 os.environ["DYLD_FRAMEWORK_PATH"] = libs
66- ENV_VARS_TO_IMPORT += " DYLD_FRAMEWORK_PATH"
66+ os.environ["PYTHONHOME"] = libs + "/Python.framework/Versions/" + pythonABIVersion
67+ ENV_VARS_TO_IMPORT += " DYLD_FRAMEWORK_PATH PYTHONHOME"
You can’t perform that action at this time.
0 commit comments