summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2022-09-29 14:00:07 -0700
committerGitHub <noreply@github.com>2022-09-29 14:00:07 -0700
commitcc3548c92b1cf028b94d7a264a55df83e6d4d212 (patch)
tree7289cdebf5f7f06a6ecc186eff9a3f2347531558
parentcbe245f86ba6cbf5239f36bd6a0f55d82229d19b (diff)
Don't run aarch64 builds on PR. (#2426)
Co-authored-by: Yong He <yhe@nvidia.com>
-rw-r--r--.github/workflows/macos.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index aadf17bc8..f247d26ae 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -16,7 +16,7 @@ jobs:
configuration: ['release'] # 'debug'
compiler: ['clang']
platform: ['x64']
- targetPlatform: ['x64', 'aarch64']
+ targetPlatform: ['x64']
steps:
- uses: actions/checkout@v2.3.4
with: