We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
macos-arm64
1 parent b35dd41 commit 549f93bCopy full SHA for 549f93b
.github/workflows/main.yml
@@ -33,7 +33,8 @@ jobs:
33
linux-gcc11,
34
linux-debug-gcc11,
35
windows,
36
- windows-debug
+ windows-debug,
37
+ macos-arm64
38
]
39
40
include:
@@ -76,6 +77,15 @@ jobs:
76
77
publish: false
78
jobs: 4
79
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
+
89
runs-on: ${{ matrix.os }}
90
91
container: ${{ matrix.containerImage }}
0 commit comments