From b544892631daa29104f871f6c21d225e2c2e4b23 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Wed, 6 Apr 2022 22:37:31 -0500 Subject: [PATCH] attempt at fixing windows CI --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fb9430616..0d2a772c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: os: - ubuntu-18.04 - macos-latest - - windows-latest + - windows-2019 node: - 10 - 12 @@ -58,7 +58,7 @@ jobs: os: - ubuntu-18.04 - macos-latest - - windows-latest + - windows-2019 name: Prebuild on ${{ matrix.os }} runs-on: ${{ matrix.os }} needs: publish @@ -70,7 +70,7 @@ jobs: - run: npm install --ignore-scripts - run: npx --no-install prebuild -r node -t 10.20.0 -t 12.0.0 -t 14.0.0 -t 16.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }} - run: npx --no-install prebuild -r electron -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -t 17.0.0 --include-regex 'better_sqlite3.node$' -u ${{ secrets.GITHUB_TOKEN }} - - if: matrix.os == 'windows-latest' + - if: matrix.os == 'windows-2019' run: npx --no-install prebuild -r electron -t 10.0.0 -t 11.0.0 -t 12.0.0 -t 13.0.0 -t 14.0.0 -t 15.0.0 -t 16.0.0 -t 17.0.0 --include-regex 'better_sqlite3.node$' --arch ia32 -u ${{ secrets.GITHUB_TOKEN }} prebuild-alpine: