From 6a1ad55cad9783f45fffdc5ec9fd53cb0e249bce Mon Sep 17 00:00:00 2001 From: "Leslie H." Date: Sat, 18 May 2024 02:02:45 -0400 Subject: [PATCH] Try to add Windows x86 build again --- .github/workflows/package.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index d81d9328..c8f442c8 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -22,8 +22,8 @@ jobs: matrix: os: - macos-14 - - ubuntu-20.04 - - windows-latest + - ubuntu-22.04 + - windows-2022 host: - x64 target: @@ -35,6 +35,15 @@ jobs: node: 18 host: arm64 target: arm64 + include: + - os: windows-2022 + node: 18 + host: arm64 + target: arm64 + - os: windows-2022 + node: 18 + host: x64 + target: x86 name: ${{ matrix.os }} (node=${{ matrix.node }}, host=${{ matrix.host }}, target=${{ matrix.target }}) steps: - name: association