From f1f9687ec0b64e1358a5bf26b2127695c4605c3a Mon Sep 17 00:00:00 2001 From: Sergio Padrino Date: Tue, 21 Jan 2025 17:51:21 +0100 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f0937ae..2cd20544 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,9 +27,12 @@ jobs: friendlyName: Windows - os: windows-latest friendlyName: Windows - nodeVersion: 20 arch: x86 npm_config_arch: ia32 + - os: windows-latest + friendlyName: Windows + arch: arm64 + npm_config_arch: ia32 - os: ubuntu-latest friendlyName: Linux timeout-minutes: 10