summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release-windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml
index 95932b174..e1ff8cf74 100644
--- a/.github/workflows/release-windows.yml
+++ b/.github/workflows/release-windows.yml
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
configuration: ['Release']
- platform: ['Win32', 'x64', 'aarch64']
+ platform: ['Win32', 'x64']
steps:
- uses: actions/checkout@v2.3.4
with: