File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,24 +12,26 @@ steps:
1212 command : ' scripts/with-nix-unstable.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
1313 depends_on : ' trigger-x86_64-darwin'
1414 agents :
15- queue : daedalus
15+ queue : lace
1616 system : x86_64-darwin
1717
1818 - label : ' daedalus-aarch64-darwin'
1919 command : ' scripts/with-nix-unstable.sh scripts/build-installer-unix.sh --build-id $BUILDKITE_BUILD_NUMBER'
2020 depends_on : ' trigger-aarch64-darwin'
2121 agents :
22- queue : daedalus
22+ queue : lace
2323 system : aarch64-darwin
2424
2525 - label : ' daedalus-x86_64-linux-nix'
2626 command : ' scripts/with-nix-unstable.sh scripts/build-installer-nix.sh $BUILDKITE_BUILD_NUMBER'
2727 agents :
28+ queue : lace
2829 system : x86_64-linux
2930
3031 - label : ' daedalus-x86_64-windows-nix'
3132 command : ' scripts/with-nix-unstable.sh scripts/build-cross-windows.sh $BUILDKITE_BUILD_NUMBER'
3233 agents :
34+ queue : lace
3335 system : x86_64-linux
3436
3537 # TODO: Re-enable once script is fixed
You can’t perform that action at this time.
0 commit comments