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:
2020 matrix :
2121 os :
2222 - macos-15
23- - ubuntu-20 .04
24- - windows-latest
23+ - ubuntu-24 .04
24+ - windows-2025
2525 host :
2626 - x64
2727 target :
2828 - x64
2929 node :
3030 - 18
3131 include :
32- - os : windows-latest
32+ - os : windows-2025
3333 node : 18
3434 host : x86
3535 target : x86
3636 - os : macos-15
3737 node : 18
3838 host : arm64
3939 target : arm64
40+ - os : ubuntu-24.04-arm64
41+ node : 18
42+ host : arm64
43+ target : arm64
4044 name : ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
4145 steps :
4246 - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -120,7 +124,6 @@ jobs:
120124 target :
121125 - linux/arm64
122126 variant :
123- - bullseye
124127 - alpine3.15
125128 include :
126129 # musl x64 builds
You can’t perform that action at this time.
0 commit comments