Skip to content

Commit

Permalink
Try the stupid way instead
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Nov 1, 2024
1 parent 927ceba commit 0ef1dbd
Showing 1 changed file with 51 additions and 24 deletions.
75 changes: 51 additions & 24 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,30 +85,57 @@ stages:
- job: 'MacOSWheels'
timeoutInMinutes: 60
strategy:
matrix:
macOS:
- vmImage: 'macOS-13'
- vmImage: 'macOS-14'
Python38:
python.version: '3.8'
python.org.version: '3.8.9'
python.installer.name: 'macosx10.9.pkg'
Python39:
python.version: '3.9'
python.org.version: '3.9.13'
python.installer.name: 'macos11.pkg'
Python310:
python.version: '3.10'
python.org.version: '3.10.11'
python.installer.name: 'macos11.pkg'
Python311:
python.version: '3.11'
python.org.version: '3.11.7'
python.installer.name: 'macos11.pkg'
Python312:
python.version: '3.12'
python.org.version: '3.12.0'
python.installer.name: 'macos11.pkg'
matrix:
macOS13_Python38:
vmImage: 'macOS-13'
python.version: '3.8'
python.org.version: '3.8.9'
python.installer.name: 'macosx10.9.pkg'
macOS13_Python39:
vmImage: 'macOS-13'
python.version: '3.9'
python.org.version: '3.9.13'
python.installer.name: 'macos11.pkg'
macOS13_Python310:
vmImage: 'macOS-13'
python.version: '3.10'
python.org.version: '3.10.11'
python.installer.name: 'macos11.pkg'
macOS13_Python311:
vmImage: 'macOS-13'
python.version: '3.11'
python.org.version: '3.11.7'
python.installer.name: 'macos11.pkg'
macOS13_Python312:
vmImage: 'macOS-13'
python.version: '3.12'
python.org.version: '3.12.0'
python.installer.name: 'macos11.pkg'
macOS14_Python38:
vmImage: 'macOS-14'
python.version: '3.8'
python.org.version: '3.8.9'
python.installer.name: 'macosx10.9.pkg'
macOS14_Python39:
vmImage: 'macOS-14'
python.version: '3.9'
python.org.version: '3.9.13'
python.installer.name: 'macos11.pkg'
macOS14_Python310:
vmImage: 'macOS-14'
python.version: '3.10'
python.org.version: '3.10.11'
python.installer.name: 'macos11.pkg'
macOS14_Python311:
vmImage: 'macOS-14'
python.version: '3.11'
python.org.version: '3.11.7'
python.installer.name: 'macos11.pkg'
macOS14_Python312:
vmImage: 'macOS-14'
python.version: '3.12'
python.org.version: '3.12.0'
python.installer.name: 'macos11.pkg'

pool:
vmImage: $(vmImage)
Expand Down

0 comments on commit 0ef1dbd

Please sign in to comment.