Skip to content

Commit 549f93b

Browse files
CI : Reinstate macos-arm64 job
1 parent b35dd41 commit 549f93b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/main.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
linux-gcc11,
3434
linux-debug-gcc11,
3535
windows,
36-
windows-debug
36+
windows-debug,
37+
macos-arm64
3738
]
3839

3940
include:
@@ -76,6 +77,15 @@ jobs:
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 }}

0 commit comments

Comments
 (0)