CI - Set MACOSX_DEPLOYMENT_TARGET=10.10

This commit is contained in:
Anthony MOI
2020-07-17 11:01:58 -04:00
parent 4b5d90024f
commit 212747f7fd
3 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,8 @@ on:
jobs:
rust_publish:
env:
MACOSX_DEPLOYMENT_TARGET: 10.10
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]

View File

@ -69,6 +69,8 @@ jobs:
create_wheels_others_64bit:
name: Create wheels for other OSes
env:
MACOSX_DEPLOYMENT_TARGET: 10.10
runs-on: ${{ matrix.os }}
strategy:
matrix:

View File

@ -9,6 +9,8 @@ on:
jobs:
build:
runs-on: ${{ matrix.os }}
env:
MACOSX_DEPLOYMENT_TARGET: 10.10
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]