Skip to content

Commit 897ebfa

Browse files
committed
Update macOS deployment target version from 10.14 to 10.15 since 10.14 starts failing in the current build environment.
1 parent 853c9e9 commit 897ebfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
env:
9292
OS_NAME: ${{ matrix.os }}
9393
PYTHON_VERSION: ${{ matrix.python-version }}
94-
MACOSX_DEPLOYMENT_TARGET: 10.14
94+
MACOSX_DEPLOYMENT_TARGET: 10.15
9595
LIBXML2_VERSION: 2.9.14
9696
LIBXSLT_VERSION: 1.1.35
9797
COVERAGE: false

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
python_version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.7-v7.3.3", "pypy-3.8-v7.3.7"]
123123

124124
runs-on: ${{ matrix.os }}
125-
env: { LIBXML2_VERSION: 2.9.14, LIBXSLT_VERSION: 1.1.35, MACOSX_DEPLOYMENT_TARGET: 10.14 }
125+
env: { LIBXML2_VERSION: 2.9.14, LIBXSLT_VERSION: 1.1.35, MACOSX_DEPLOYMENT_TARGET: 10.15 }
126126

127127
steps:
128128
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)