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: