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 826acf2
Showing 1 changed file with 35 additions and 8 deletions.
43 changes: 35 additions & 8 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,53 @@ stages:
timeoutInMinutes: 60
strategy:
matrix:
macOS:
- vmImage: 'macOS-13'
- vmImage: 'macOS-14'
Python38:
macOS13_Python38:
vmImage: 'macOS-13'
python.version: '3.8'
python.org.version: '3.8.9'
python.installer.name: 'macosx10.9.pkg'
Python39:
macOS13_Python39:
vmImage: 'macOS-13'
python.version: '3.9'
python.org.version: '3.9.13'
python.installer.name: 'macos11.pkg'
Python310:
macOS13_Python310:
vmImage: 'macOS-13'
python.version: '3.10'
python.org.version: '3.10.11'
python.installer.name: 'macos11.pkg'
Python311:
macOS13_Python311:
vmImage: 'macOS-13'
python.version: '3.11'
python.org.version: '3.11.7'
python.installer.name: 'macos11.pkg'
Python312:
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'
Expand Down

0 comments on commit 826acf2

Please sign in to comment.