Skip to content

Commit

Permalink
[full ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Edney committed Aug 21, 2024
1 parent f771978 commit f5727ca
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .buildkite/full/react-native-cli-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ steps:
key: "rn-cli-0-66-ipa"
timeout_in_minutes: 30
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
DEBUG: true
LANG: "en_US.UTF-8"
Expand All @@ -170,7 +170,7 @@ steps:
key: "rn-cli-0-67-ipa"
timeout_in_minutes: 30
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
DEBUG: true
LANG: "en_US.UTF-8"
Expand All @@ -187,7 +187,7 @@ steps:
key: "rn-cli-0-69-ipa"
timeout_in_minutes: 30
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
DEBUG: true
LANG: "en_US.UTF-8"
Expand Down
20 changes: 10 additions & 10 deletions .buildkite/full/react-native-ios-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ steps:
key: "rn-0-66-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.66
LANG: "en_US.UTF-8"
Expand All @@ -27,7 +27,7 @@ steps:
key: "rn-0-67-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.67
LANG: "en_US.UTF-8"
Expand All @@ -44,7 +44,7 @@ steps:
key: "rn-0-68-hermes-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.68-hermes
LANG: "en_US.UTF-8"
Expand All @@ -61,7 +61,7 @@ steps:
key: "rn-0-69-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.69
LANG: "en_US.UTF-8"
Expand All @@ -78,7 +78,7 @@ steps:
key: "rn-0-71-old-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: "rn0.71"
LANG: "en_US.UTF-8"
Expand All @@ -97,7 +97,7 @@ steps:
key: "rn-0-71-new-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: "rn0.71"
LANG: "en_US.UTF-8"
Expand All @@ -116,7 +116,7 @@ steps:
key: "rn-0-72-old-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: "rn0.72"
LANG: "en_US.UTF-8"
Expand All @@ -135,7 +135,7 @@ steps:
key: "rn-0-72-new-arch-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: "rn0.72"
LANG: "en_US.UTF-8"
Expand All @@ -154,7 +154,7 @@ steps:
key: "react-navigation-0-69-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.69
JS_SOURCE_DIR: "react_navigation_js"
Expand All @@ -175,7 +175,7 @@ steps:
key: "react-native-navigation-0-66-ipa"
timeout_in_minutes: 60
agents:
queue: "macos-12-arm"
queue: "macos-14"
env:
REACT_NATIVE_VERSION: rn0.66
JS_SOURCE_DIR: "react_native_navigation_js"
Expand Down

0 comments on commit f5727ca

Please sign in to comment.