diff --git a/.github/json_matrices/build-matrix.json b/.github/json_matrices/build-matrix.json index e8589b84f8..80c8fe9baf 100644 --- a/.github/json_matrices/build-matrix.json +++ b/.github/json_matrices/build-matrix.json @@ -16,22 +16,6 @@ "PACKAGE_MANAGERS": ["pypi", "npm"], "CONTAINER": "2_28" }, - { - "OS": "macos", - "NAMED_OS": "darwin", - "RUNNER": "macos-12", - "ARCH": "x64", - "TARGET": "x86_64-apple-darwin", - "PACKAGE_MANAGERS": ["pypi", "npm"] - }, - { - "OS": "macos", - "NAMED_OS": "darwin", - "RUNNER": "macos-latest", - "ARCH": "arm64", - "TARGET": "aarch64-apple-darwin", - "PACKAGE_MANAGERS": ["pypi", "npm"] - }, { "OS": "ubuntu", "NAMED_OS": "linux", diff --git a/.github/workflows/java-cd.yml b/.github/workflows/java-cd.yml index c19dead61f..38f83cb37e 100644 --- a/.github/workflows/java-cd.yml +++ b/.github/workflows/java-cd.yml @@ -65,18 +65,18 @@ jobs: CLASSIFIER: linux-aarch_64, CONTAINER: "2_28" } - - { - OS: macos, - RUNNER: macos-12, - TARGET: x86_64-apple-darwin, - CLASSIFIER: osx-x86_64 - } - - { - OS: macos, - RUNNER: macos-latest, - TARGET: aarch64-apple-darwin, - CLASSIFIER: osx-aarch_64 - } + # - { + # OS: macos, + # RUNNER: macos-12, + # TARGET: x86_64-apple-darwin, + # CLASSIFIER: osx-x86_64 + # } + # - { + # OS: macos, + # RUNNER: macos-latest, + # TARGET: aarch64-apple-darwin, + # CLASSIFIER: osx-aarch_64 + # } runs-on: ${{ matrix.host.RUNNER }}