mirror of
https://github.com/actions/python-versions.git
synced 2025-04-06 23:39:38 +00:00
Migrate macOS pipelines to macOS-10.15
This commit is contained in:
@ -6,7 +6,7 @@ stages:
|
||||
- stage: Build_Python_MacOS
|
||||
dependsOn: []
|
||||
variables:
|
||||
VmImage: 'macOS-10.14'
|
||||
VmImage: 'macOS-10.15'
|
||||
Platform: darwin
|
||||
Architecture: x64
|
||||
jobs:
|
||||
@ -16,7 +16,7 @@ stages:
|
||||
condition: succeeded()
|
||||
dependsOn: Build_Python_MacOS
|
||||
variables:
|
||||
VmImage: 'macOS-10.14'
|
||||
VmImage: 'macOS-10.15'
|
||||
Platform: darwin
|
||||
Architecture: x64
|
||||
jobs:
|
||||
|
@ -1,6 +1,6 @@
|
||||
jobs:
|
||||
- job: Test_Python
|
||||
pool:
|
||||
pool:
|
||||
name: Azure Pipelines
|
||||
vmImage: $(VmImage)
|
||||
variables:
|
||||
|
Reference in New Issue
Block a user