Skip to content

Commit 968b92d

Browse files
authored
fix package matrix (#38615)
1 parent e081a58 commit 968b92d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
{
1818
"MacTestConfig": {
1919
"macos311": {
20-
"OSVmImage": "env:LINUXVMIMAGE",
21-
"Pool": "env:LINUXPOOL",
20+
"OSVmImage": "env:MACVMIMAGE",
21+
"Pool": "env:MACPOOL",
2222
"PythonVersion": "3.11",
2323
"CoverageArg": "--disablecov",
2424
"TestSamples": "false"

0 commit comments

Comments
 (0)