Skip to content

Commit a762584

Browse files
authored
[CI] Shift additional platform matrix (#33831)
Some issues with Python 3.11 on Windows. This order adjustment should prevent CI failures. Signed-off-by: Paul Van Eck <[email protected]>
1 parent c163008 commit a762584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"ubuntu-20.04": { "OSVmImage": "MMSUbuntu20.04", "Pool": "azsdk-pool-mms-ubuntu-2004-general" },
1111
"macos-11": { "OSVmImage": "macos-11", "Pool": "Azure Pipelines" }
1212
},
13-
"PythonVersion": [ "3.9", "3.8", "3.10", "3.11" ],
13+
"PythonVersion": [ "3.9", "3.8", "3.11", "3.10" ],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false"
1616
},

0 commit comments

Comments
 (0)