From cc3548c92b1cf028b94d7a264a55df83e6d4d212 Mon Sep 17 00:00:00 2001 From: Yong He Date: Thu, 29 Sep 2022 14:00:07 -0700 Subject: Don't run aarch64 builds on PR. (#2426) Co-authored-by: Yong He --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') 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: -- cgit v1.2.3