Skip to content

Commit 003279a

Browse files
committed
CI: switch 32-bit Windows from Appveyor to Actions
1 parent af80d7e commit 003279a

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/ci.yml

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,33 @@ jobs:
3333
- os: macos-10.15
3434
nodejs_version: 12
3535
prebuild: true
36+
nodejs_arch: x64
3637
- os: macos-10.15
3738
nodejs_version: 14
39+
nodejs_arch: x64
3840
- os: macos-10.15
3941
nodejs_version: 16
42+
nodejs_arch: x64
4043
- os: windows-2019
4144
nodejs_version: 12
45+
nodejs_arch: x86
4246
prebuild: true
4347
- os: windows-2019
4448
nodejs_version: 14
49+
nodejs_arch: x86
4550
- os: windows-2019
4651
nodejs_version: 16
52+
nodejs_arch: x86
53+
- os: windows-2019
54+
nodejs_version: 12
55+
nodejs_arch: x64
56+
prebuild: true
57+
- os: windows-2019
58+
nodejs_version: 14
59+
nodejs_arch: x64
60+
- os: windows-2019
61+
nodejs_version: 16
62+
nodejs_arch: x64
4763
steps:
4864
- name: Dependencies (Linux glibc)
4965
if: contains(matrix.container, 'centos')
@@ -57,9 +73,10 @@ jobs:
5773
run: apk add build-base git python3 --update-cache
5874
- name: Dependencies (macOS, Windows)
5975
if: contains(matrix.os, 'macos') || contains(matrix.os, 'windows')
60-
uses: actions/setup-node@v1
76+
uses: actions/setup-node@v3
6177
with:
6278
node-version: ${{ matrix.nodejs_version }}
79+
architecture: ${{ matrix.nodejs_arch }}
6380
- name: Checkout
6481
uses: actions/checkout@v2
6582
- name: Fix working directory ownership

appveyor.yml

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy