From 1c22a45cb64424d7e634d945bb6ee0962de54396 Mon Sep 17 00:00:00 2001 From: Archi Date: Tue, 14 Nov 2023 23:45:54 +0100 Subject: [PATCH] Add win-arm64 as recognized supported platform for issue template --- .github/ISSUE_TEMPLATE/Bug-report.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/ISSUE_TEMPLATE/Bug-report.yml b/.github/ISSUE_TEMPLATE/Bug-report.yml index f417733bf..99043f8ac 100644 --- a/.github/ISSUE_TEMPLATE/Bug-report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-report.yml @@ -47,6 +47,7 @@ body: - linux-x64 - osx-arm64 - osx-x64 + - win-arm64 - win-x64 validations: required: true