Skip to content

Commit

Permalink
Remove enable_mac_silicon settings (#19108)
Browse files Browse the repository at this point in the history
### Description
Remove enable_mac_silicon settings from two packaging pipelines.

### Motivation and Context
Now we build universal2 packages instead.
  • Loading branch information
snnn authored Jan 12, 2024
1 parent 4520b76 commit 55b046e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,4 @@ stages:
enable_windows_cpu: false
enable_windows_gpu: false
enable_mac_cpu: false
enable_mac_silicon: false
enable_linux_arm: false
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,4 @@ stages:
enable_windows_cpu: true
enable_windows_gpu: false
enable_mac_cpu: true
enable_mac_silicon: true
enable_linux_arm: false

0 comments on commit 55b046e

Please sign in to comment.