Skip to content

Commit

Permalink
TMP_COMMIT: remove macos platforms from the code deployment actions
Browse files Browse the repository at this point in the history
  • Loading branch information
barshaul committed Jul 9, 2024
1 parent 55caeeb commit 34159d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 28 deletions.
16 changes: 0 additions & 16 deletions .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
24 changes: 12 additions & 12 deletions .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 34159d4

Please sign in to comment.