Use the same displayName for all macOS jobs, regardless of pool used.

This commit is contained in:
Pavel Minaev 2021-11-03 17:06:17 -07:00
Родитель f4c8e487fb
Коммит f139ed7a67
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ jobs:
- job: "Test_MacOS_old"
timeoutInMinutes: 30
displayName: "Tests - macOS (old Python versions)"
displayName: "Tests - macOS"
pool: { vmImage: "macOS-10.14" }
strategy: