We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eda30ce commit a4afd18Copy full SHA for a4afd18
.gitlab-ci.yml
@@ -509,7 +509,7 @@ test-x86_64-freebsd13:
509
build-x86_64-darwin:
510
extends: .build
511
tags:
512
- - x86_64-darwin
+ - x86_64-darwin-m1
513
variables:
514
ADD_CABAL_ARGS: ""
515
NIX_SYSTEM: x86_64-darwin
@@ -521,7 +521,7 @@ tar-x86_64-darwin:
521
stage: tar
522
needs: ["build-x86_64-darwin"]
523
524
525
script: |
526
/bin/bash ./.gitlab/tar.sh
527
@@ -533,7 +533,7 @@ test-x86_64-darwin:
533
extends: .test
534
needs: ["tar-x86_64-darwin"]
535
536
537
538
/bin/bash .gitlab/test.sh
539
0 commit comments