Skip to content

Commit a4afd18

Browse files
committed
Fix x86_64-darwin
1 parent eda30ce commit a4afd18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ test-x86_64-freebsd13:
509509
build-x86_64-darwin:
510510
extends: .build
511511
tags:
512-
- x86_64-darwin
512+
- x86_64-darwin-m1
513513
variables:
514514
ADD_CABAL_ARGS: ""
515515
NIX_SYSTEM: x86_64-darwin
@@ -521,7 +521,7 @@ tar-x86_64-darwin:
521521
stage: tar
522522
needs: ["build-x86_64-darwin"]
523523
tags:
524-
- x86_64-darwin
524+
- x86_64-darwin-m1
525525
script: |
526526
/bin/bash ./.gitlab/tar.sh
527527
variables:
@@ -533,7 +533,7 @@ test-x86_64-darwin:
533533
extends: .test
534534
needs: ["tar-x86_64-darwin"]
535535
tags:
536-
- x86_64-darwin
536+
- x86_64-darwin-m1
537537
script: |
538538
/bin/bash .gitlab/test.sh
539539

0 commit comments

Comments
 (0)