Skip to content

Commit 91764ec

Browse files
authored
Shift matrix order (#33806)
1 parent 3c12ca1 commit 91764ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/stages/platform-matrix.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.8", "pypy3.9", "3.10", "3.11" ],
13+
"PythonVersion": [ "3.8", "pypy3.9", "3.11", "3.10" ],
1414
"CoverageArg": "--disablecov",
1515
"TestSamples": "false"
1616
},

0 commit comments

Comments
 (0)