File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -20,23 +20,27 @@ jobs:
20
20
matrix :
21
21
os :
22
22
- macos-15
23
- - ubuntu-20 .04
24
- - windows-latest
23
+ - ubuntu-24 .04
24
+ - windows-2025
25
25
host :
26
26
- x64
27
27
target :
28
28
- x64
29
29
node :
30
30
- 18
31
31
include :
32
- - os : windows-latest
32
+ - os : windows-2025
33
33
node : 18
34
34
host : x86
35
35
target : x86
36
36
- os : macos-15
37
37
node : 18
38
38
host : arm64
39
39
target : arm64
40
+ - os : ubuntu-24.04-arm64
41
+ node : 18
42
+ host : arm64
43
+ target : arm64
40
44
name : ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
41
45
steps :
42
46
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -120,7 +124,6 @@ jobs:
120
124
target :
121
125
- linux/arm64
122
126
variant :
123
- - bullseye
124
127
- alpine3.15
125
128
include :
126
129
# musl x64 builds
You can’t perform that action at this time.
0 commit comments