We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa5657d commit 8eabbd0Copy full SHA for 8eabbd0
eng/pipelines/templates/stages/platform-matrix.json
@@ -7,7 +7,8 @@
7
"matrix": {
8
"Agent": {
9
"windows-2022": { "OSVmImage": "azsdk-pool-mms-win-2022-1espt", "Pool": "azsdk-pool-mms-win-2022-1es-pt", "os": "windows" },
10
- "ubuntu-20.04": { "OSVmImage": "azsdk-pool-mms-ubuntu-2004-1espt", "Pool": "azsdk-pool-mms-ubuntu-2004-1es-pt", "os": "linux"}
+ "ubuntu-20.04": { "OSVmImage": "azsdk-pool-mms-ubuntu-2004-1espt", "Pool": "azsdk-pool-mms-ubuntu-2004-1es-pt", "os": "linux"},
11
+ "macos-11": { "OSVmImage": "macos-11", "Pool": "Azure Pipelines", "os": "macos" }
12
},
13
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10" ],
14
"CoverageArg": "--disablecov",
0 commit comments