Update min macos version (#18251)

This commit is contained in:
Changming Sun 2023-11-10 11:08:17 -08:00 committed by GitHub
parent 87744e55fa
commit 2d23b4e117
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ jobs:
pool:
vmImage: 'macOS-13'
variables:
MACOSX_DEPLOYMENT_TARGET: '10.14'
MACOSX_DEPLOYMENT_TARGET: '11.0'
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
CCACHE_DIR: '$(Pipeline.Workspace)/ccache'
timeoutInMinutes: 120

View file

@ -31,7 +31,7 @@ jobs:
workspace:
clean: all
variables:
MACOSX_DEPLOYMENT_TARGET: '10.14'
MACOSX_DEPLOYMENT_TARGET: '11.0'
ALLOW_RELEASED_ONNX_OPSET_ONLY: ${{ parameters.AllowReleasedOpsetOnly }}
TODAY: $[format('{0:dd}{0:MM}{0:yyyy}', pipeline.startTime)]
PROTO_CACHE_DIR: $(Pipeline.Workspace)/ccache_proto

View file

@ -335,7 +335,7 @@ stages:
pool:
vmImage: 'macOS-13'
variables:
MACOSX_DEPLOYMENT_TARGET: '10.15'
MACOSX_DEPLOYMENT_TARGET: '11.0'
strategy:
matrix:
Python38: