fix yaml syntax

This commit is contained in:
Wolfgang Thaller 2022-01-19 00:09:34 +01:00
parent 9791599661
commit eb8be73b36
1 changed files with 12 additions and 10 deletions

View File

@ -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: