diff options
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9e4d68d4a8..a40fba3f9f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,9 +16,9 @@ jobs: - job: strategy: matrix: - linux: + ubuntu_kitchen_tests: imageName: 'ubuntu-latest' - mac: + mac_kitchen_tests: imageName: 'macos-latest' steps: @@ -52,7 +52,7 @@ jobs: - job: strategy: matrix: - windows: + windows_kitchen_tests: imageName: 'windows-latest' steps: |