Skip to content

Commit

Permalink
ci(mac): use refined naming convention for buildkite queues
Browse files Browse the repository at this point in the history
  • Loading branch information
twometresteve committed Sep 18, 2020
1 parent 5729ff5 commit 064a3bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/expo-pipeline.yml
Expand Up @@ -74,7 +74,7 @@ steps:
- label: ':docker: Build expo IPA'
timeout_in_minutes: 20
agents:
queue: "opensource-macos-10.15"
queue: "opensource-mac-expo"
env:
EXPO_RELEASE_CHANNEL: ${BUILDKITE_BUILD_ID}
artifact_paths: build/output.ipa
Expand Down
4 changes: 2 additions & 2 deletions .buildkite/react-native-pipeline.yml
Expand Up @@ -32,7 +32,7 @@ steps:

- label: ':ios: Build React-native 0.60 ipa'
agents:
queue: "opensource-macos-10.15"
queue: "opensource-mac-rn"
env:
REACT_NATIVE_VERSION: rn0.60
artifact_paths: build/rn0.60.ipa
Expand All @@ -50,7 +50,7 @@ steps:

- label: ':ios: Build React-native 0.63 ipa'
agents:
queue: "opensource-macos-10.15"
queue: "opensource-mac-rn"
env:
REACT_NATIVE_VERSION: rn0.63
artifact_paths: build/rn0.63.ipa
Expand Down

0 comments on commit 064a3bf

Please sign in to comment.