Skip to content

Commit

Permalink
ci: Use Ubuntu for publish job (#2256)
Browse files Browse the repository at this point in the history
* Revert "ci: Use the same VM image for PR and publish"

This reverts commit e2b6374.

* ci: specify publish pool with `os`

* Use Ubuntu instead
  • Loading branch information
Saadnajmi committed Nov 14, 2024
1 parent 64d10d9 commit 636d721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .ado/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ extends:
- job: RNGithubNpmJSPublish
displayName: NPM Publish React-native-macos
pool:
vmImage: $(vmImageApple)
name: cxeiss-ubuntu-20-04-large
image: cxe-ubuntu-20-04-1es-pt
os: linux
variables:
- name: BUILDSECMON_OPT_IN
value: true
Expand Down
2 changes: 0 additions & 2 deletions .ado/templates/apple-steps-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ parameters:
build_type: ''

steps:
- template: /.ado/templates/apple-tools-setup.yml@self

- task: CmdLine@2
displayName: yarn install (local react-native-macos)
inputs:
Expand Down

0 comments on commit 636d721

Please sign in to comment.