Skip to content

Commit ca163ba

Browse files
committed
Updated CI runners
1 parent 9ea56eb commit ca163ba

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff 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
@@ -101,7 +105,7 @@ jobs:
101105
uses: actions/upload-artifact@v4
102106
if: matrix.node == 18
103107
with:
104-
name: prebuilt-binaries
108+
name: prebuilt-binaries-${{ matrix.os }}-${{ matrix.target }}
105109
path: prebuilds/*
106110
retention-days: 7
107111

@@ -120,7 +124,6 @@ jobs:
120124
target:
121125
- linux/arm64
122126
variant:
123-
- bullseye
124127
- alpine3.15
125128
include:
126129
# musl x64 builds
@@ -155,7 +158,7 @@ jobs:
155158
uses: actions/upload-artifact@v4
156159
if: matrix.node == 18
157160
with:
158-
name: prebuilt-binaries
161+
name: prebuilt-binaries-${{ matrix.variant }}
159162
path: prebuilds/*
160163
retention-days: 7
161164

0 commit comments

Comments
 (0)