Update macos build scripts lerna to 7.1.3 and nx to 16.3.2 (#15821)

* Update macos build scripts lerna to 7.1.3 and nx to 16.3.2 for macos 10.14 build support

* Switch back to 10.14 runners for installer
This commit is contained in:
Earle Lowe 2023-07-20 12:59:49 -07:00 committed by GitHub
parent ec5ef087fe
commit 4c004f4d91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4160 additions and 3989 deletions

View File

@ -33,7 +33,7 @@ jobs:
matrix:
python-version: [3.9]
os:
- runs-on: macos-11
- runs-on: macos-10.14
name: intel
file-suffix: ""
mac-package-name: "Chia-darwin-x64"

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@
"@chia-network/notarize-cli": "^0.2.2",
"dmg-license": "^1.0.11",
"electron-builder": "^24.4.0",
"lerna": "^5.5.2"
"lerna": "7.1.3",
"nx": "16.3.2"
}
}