summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-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: