Skip to content

Commit

Permalink
ci: Use the same VM image for PR and publish (#2255)
Browse files Browse the repository at this point in the history
## Summary:

I noticed we were still using `macOS-13`, which was causing publish to
fail. Let's fix that

## Test Plan:

CI should pass.
  • Loading branch information
Saadnajmi authored Oct 29, 2024
2 parents b8336d3 + e2b6374 commit fd1bc5c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ extends:
- job: RNGithubNpmJSPublish
displayName: NPM Publish React-native-macos
pool:
name: Azure Pipelines
vmImage: macos-13
os: macOS
vmImage: $(vmImageApple)
variables:
- name: BUILDSECMON_OPT_IN
value: true
Expand Down

0 comments on commit fd1bc5c

Please sign in to comment.