Skip to content

Commit 8eabbd0

Browse files
committed
re-add macos to the pool, still work?
1 parent aa5657d commit 8eabbd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

eng/pipelines/templates/stages/platform-matrix.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"matrix": {
88
"Agent": {
99
"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"}
10+
"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" }
1112
},
1213
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10" ],
1314
"CoverageArg": "--disablecov",

0 commit comments

Comments
 (0)