Skip to content

Commit 33727be

Browse files
authored
Pin macos version (#2627)
1 parent f82a4a6 commit 33727be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
strategy:
4040
matrix:
41-
os: ['macos-latest', 'windows-latest', 'ubuntu-18.04']
41+
os: ['macos-10.15', 'windows-latest', 'ubuntu-18.04']
4242
py-version: ['3.7', '3.8', '3.9']
4343
tf-version: ['2.5.1', '2.7.0']
4444
cpu: ['x86']

build_deps/build_pip_pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function main() {
8080
if [[ x"$(arch)" == x"arm64" ]]; then
8181
BUILD_CMD="${BUILD_CMD} --plat-name macosx_11_0_arm64"
8282
else
83-
BUILD_CMD="${BUILD_CMD} --plat-name macosx_10_13_x86_64"
83+
BUILD_CMD="${BUILD_CMD} --plat-name macosx_10_15_x86_64"
8484
fi
8585
PYTHON=python3
8686
else

0 commit comments

Comments
 (0)