Skip to content

Commit 3aeebb6

Browse files
CI : Remove macos-arm64 job
We'll be able to reinstate it at some point in the future when macOS builds of dependencies-10.x.x are available.
1 parent 8215cd5 commit 3aeebb6

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ jobs:
3333
linux-gcc11,
3434
linux-debug-gcc11,
3535
windows,
36-
windows-debug,
37-
macos-arm64
36+
windows-debug
3837
]
3938

4039
include:
@@ -77,15 +76,6 @@ jobs:
7776
publish: false
7877
jobs: 4
7978

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/9.1.0/gafferDependencies-9.1.0-macos-arm64.tar.gz
85-
tests: testCore testCorePython testScene testImage testAlembic testUSD testVDB
86-
publish: true
87-
jobs: 3
88-
8979
runs-on: ${{ matrix.os }}
9080

9181
container: ${{ matrix.containerImage }}

0 commit comments

Comments
 (0)