Skip to content

Commit 85b50c3

Browse files
committed
ci: drop mac-x64 test leg (Intel macOS hardware retired)
The macos-15 (x64) agent hardware no longer exists, so remove the mac-x64 matrix entry. macOS is now tested on mac-aarch64 only. The darwin-x86-64 .dylib is still produced by the release GitHub Action, and build_native.yaml keeps its uname-based arch detection so an x64 macOS runner would still build correctly if ever reintroduced.
1 parent d7f812b commit 85b50c3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

ci/run_tests_pipeline.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ stages:
5454
imageName: "macos-15-arm64"
5555
poolName: "Azure Pipelines"
5656
jdkArch: "arm64"
57-
mac-x64:
58-
imageName: "macos-15"
59-
poolName: "Azure Pipelines"
60-
jdkArch: "x64"
6157
windows-msvc-2022-x64:
6258
imageName: "windows-2022"
6359
poolName: "Azure Pipelines"

0 commit comments

Comments
 (0)