Skip to content

Commit fd1bc5c

Browse files
authored
ci: Use the same VM image for PR and publish (#2255)
## Summary: I noticed we were still using `macOS-13`, which was causing publish to fail. Let's fix that ## Test Plan: CI should pass.
2 parents b8336d3 + e2b6374 commit fd1bc5c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.ado/publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ extends:
5555
- job: RNGithubNpmJSPublish
5656
displayName: NPM Publish React-native-macos
5757
pool:
58-
name: Azure Pipelines
59-
vmImage: macos-13
60-
os: macOS
58+
vmImage: $(vmImageApple)
6159
variables:
6260
- name: BUILDSECMON_OPT_IN
6361
value: true

0 commit comments

Comments
 (0)