Skip to content

Commit e0fd9fd

Browse files
authored
Explicitly set mac queue in Buildkite pipeline (#23402)
1 parent 312df0f commit e0fd9fd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.buildkite/pipeline.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Most of the steps need to run on a macOS agent, so let's define it as a root property.
2+
agents:
3+
queue: mac
14
env:
25
IMAGE_ID: $IMAGE_ID
36

.buildkite/release-builds.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# This pipeline is meant to be run via the Buildkite API, and is only used for release builds
22

3+
agents:
4+
queue: mac
35
env:
46
IMAGE_ID: $IMAGE_ID
57

0 commit comments

Comments
 (0)