Skip to content

Commit

Permalink
build iOS fixtures on macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Sep 20, 2024
1 parent 0996560 commit 5480127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/full/react-native-ios-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ steps:
key: "build-react-native-navigation-ios-fixture-old-arch"
timeout_in_minutes: 30
agents:
queue: "macos-14"
queue: "macos-12-arm"
env:
NODE_VERSION: "18"
RN_VERSION: "{{matrix}}"
Expand All @@ -153,7 +153,7 @@ steps:
key: "build-react-native-navigation-ios-fixture-new-arch"
timeout_in_minutes: 30
agents:
queue: "macos-14"
queue: "macos-12-arm"
env:
NODE_VERSION: "18"
RN_VERSION: "{{matrix}}"
Expand Down

0 comments on commit 5480127

Please sign in to comment.