We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ea56eb commit 214bd32Copy full SHA for 214bd32
1 file changed
.github/workflows/ci.yml
@@ -20,23 +20,27 @@ jobs:
20
matrix:
21
os:
22
- macos-15
23
- - ubuntu-20.04
24
- - windows-latest
+ - ubuntu-24.04
+ - windows-2025
25
host:
26
- x64
27
target:
28
29
node:
30
- 18
31
include:
32
- - os: windows-latest
+ - os: windows-2025
33
node: 18
34
host: x86
35
target: x86
36
- os: macos-15
37
38
host: arm64
39
target: arm64
40
+ - os: ubuntu-24.04-arm64
41
+ node: 18
42
+ host: arm64
43
+ target: arm64
44
name: ${{ matrix.os }} (host=${{ matrix.host }}, target=${{ matrix.target }})
45
steps:
46
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -120,7 +124,6 @@ jobs:
120
124
121
125
- linux/arm64
122
126
variant:
123
- - bullseye
127
- alpine3.15
128
129
# musl x64 builds
0 commit comments