We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82a4a6 commit 33727beCopy full SHA for 33727be
.github/workflows/release.yml
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ${{ matrix.os }}
39
strategy:
40
matrix:
41
- os: ['macos-latest', 'windows-latest', 'ubuntu-18.04']
+ os: ['macos-10.15', 'windows-latest', 'ubuntu-18.04']
42
py-version: ['3.7', '3.8', '3.9']
43
tf-version: ['2.5.1', '2.7.0']
44
cpu: ['x86']
build_deps/build_pip_pkg.sh
@@ -80,7 +80,7 @@ function main() {
80
if [[ x"$(arch)" == x"arm64" ]]; then
81
BUILD_CMD="${BUILD_CMD} --plat-name macosx_11_0_arm64"
82
else
83
- BUILD_CMD="${BUILD_CMD} --plat-name macosx_10_13_x86_64"
+ BUILD_CMD="${BUILD_CMD} --plat-name macosx_10_15_x86_64"
84
fi
85
PYTHON=python3
86
0 commit comments