Skip to content

Commit 30312c0

Browse files
committed
Restore the use of Mac agent on Build and Test
Since it still needs a Mac to have `brew` installed in order to `brew install git-lfs`.
1 parent 0bce0e6 commit 30312c0

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.buildkite/pipeline.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ common_params:
1616
environment:
1717
- "DANGER_GITHUB_API_TOKEN"
1818

19-
agents:
20-
queue: "default"
2119

2220
steps:
2321
#################
@@ -38,6 +36,8 @@ steps:
3836
env: *xcode_image
3937
plugins:
4038
automattic/bash-cache#2.0.0: ~
39+
agents:
40+
queue: "mac"
4141

4242
#################
4343
# Lint
@@ -49,6 +49,8 @@ steps:
4949
echo "--- :rubocop: Run Rubocop"
5050
bundle exec rubocop
5151
plugins: [*docker_plugin]
52+
agents:
53+
queue: "default"
5254

5355
#################
5456
# Danger
@@ -60,6 +62,8 @@ steps:
6062
echo "--- :rubocop: Run Danger"
6163
bundle exec danger
6264
plugins: [*docker_plugin_with_danger_token]
65+
agents:
66+
queue: "default"
6367

6468
#################
6569
# Push to RubyGems
@@ -76,3 +80,5 @@ steps:
7680
# BUILDKITE_COMMAND environment variable.
7781
command: .buildkite/gem-push.sh
7882
plugins: [*docker_plugin]
83+
agents:
84+
queue: "default"

0 commit comments

Comments
 (0)