Skip to content

Commit e2f92be

Browse files
authored
CD: removed self hosted mac arm runners from required CD platforms #4700 (#4702)
removed self hosted mac from cd, reverted npm-cd Signed-off-by: Lior Sventitzky <liorsve@amazon.com>
1 parent 05c0411 commit e2f92be

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/json_matrices/build-matrix.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"RUNNER": ["self-hosted", "macOS", "ARM64", "ephemeral"],
2626
"ARCH": "arm64",
2727
"TARGET": "aarch64-apple-darwin",
28-
"PACKAGE_MANAGERS": ["pypi", "npm", "maven", "pkg_go_dev"],
2928
"languages": ["python", "node", "java", "go"]
3029
},
3130
{

.github/workflows/npm-cd.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -168,15 +168,10 @@ jobs:
168168
end
169169
)
170170
| if .RUNNER == "macos13" then .["test-runner"] = "macos13" else . end
171-
| .RUNNER = (
172-
if (.RUNNER | type == "array")
173-
then (.RUNNER | map(if . == "ephemeral" then "persistent" else . end))
174-
else (if .RUNNER == "ephemeral" then "persistent" else .RUNNER end)
175-
end
176-
)
177171
)' < .github/json_matrices/build-matrix.json | jq -c .)
178172
echo "platform_matrix=${PLATFORM_MATRIX}" >> $GITHUB_OUTPUT
179173
echo "Platform matrix loaded: ${PLATFORM_MATRIX}"
174+
180175
build-native-modules:
181176
needs: [get-build-parameters]
182177
strategy:

0 commit comments

Comments
 (0)