Skip to content

Commit f6c25ff

Browse files
change min mac build from 10.14 to 10.15
1 parent c5438d7 commit f6c25ff

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ jobs:
1818
strategy:
1919
matrix:
2020
python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ]
21-
env:
22-
MACOSX_DEPLOYMENT_TARGET: 10.14
2321
steps:
2422
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2523
- uses: actions/checkout@v2
@@ -62,7 +60,7 @@ jobs:
6260
runs-on: macos-12
6361
strategy:
6462
matrix:
65-
python-version: ['3.9', '3.10', '3.11.0-alpha - 3.11.0' ]
63+
python-version: ['3.10', '3.11.0-alpha - 3.11.0' ]
6664
steps:
6765
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6866
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)