Skip to content

Commit

Permalink
macos-13-x64 doesn't exist, changed to macos-latest which runs on arm64
Browse files Browse the repository at this point in the history
Signed-off-by: barshaul <[email protected]>
  • Loading branch information
barshaul committed Jul 8, 2024
1 parent 0611f3e commit 628ed08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/json_matrices/build-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
{
"OS": "macos",
"NAMED_OS": "darwin",
"RUNNER": "macos-13-arm64",
"RUNNER": "macos-latest",
"ARCH": "arm64",
"TARGET": "aarch64-apple-darwin",
"PACKAGE_MANAGERS": ["pypi", "npm"]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/java-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
}
- {
OS: macos,
RUNNER: macos-13-xlarge,
RUNNER: macos-latest,
TARGET: aarch64-apple-darwin,
CLASSIFIER: osx-aarch_64
}
Expand Down

0 comments on commit 628ed08

Please sign in to comment.