There was an error while loading. Please reload this page.
1 parent cf25954 commit e92cc29Copy full SHA for e92cc29
1 file changed
.github/workflows/ci.yml
@@ -12,6 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
arch:
15
+ - arm64
16
- x64
17
node:
18
- 10
@@ -24,8 +25,22 @@ jobs:
24
25
- 23
26
os:
27
- macOS-latest
28
+ - ubuntu-24.04-arm
29
- ubuntu-latest
30
- windows-latest
31
+ exclude:
32
+ - arch: arm64
33
+ node: 10
34
+ os: macOS-latest
35
36
+ node: 12
37
38
39
+ os: windows-latest
40
41
+ os: ubuntu-latest
42
+ - arch: x64
43
+ os: ubuntu-24.04-arm
44
include:
45
- arch: x86
46
node: 10
0 commit comments