From eb8be73b364790831ca0f0af564420482a1174cc Mon Sep 17 00:00:00 2001 From: Wolfgang Thaller Date: Wed, 19 Jan 2022 00:09:34 +0100 Subject: [PATCH] fix yaml syntax --- azure-pipelines.yml | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ae5c3b0034..dc82bb9b7e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -68,11 +68,12 @@ jobs: buildPlatform: 'x86_64-macos' - job: Nix-Linux - matrix: - M68K: - TARGET: m68k - PowerPC: - TARGET: powerpc + strategy: + matrix: + M68K: + TARGET: m68k + PowerPC: + TARGET: powerpc pool: vmImage: 'ubuntu-20.04' steps: @@ -107,11 +108,12 @@ jobs: - job: Nix-Mac - matrix: - M68K: - TARGET: m68k - PowerPC: - TARGET: powerpc + strategy: + matrix: + M68K: + TARGET: m68k + PowerPC: + TARGET: powerpc pool: vmImage: 'macOS-11' steps: