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 ed45567 commit 7b54231Copy full SHA for 7b54231
1 file changed
.github/workflows/CI.yml
@@ -56,17 +56,17 @@ jobs:
56
cpp_arch: x64
57
native: false
58
59
- # Debian Arm
60
- - os: ubuntu-24.04
+ # Ubuntu Arm
+ - os: ubuntu-24.04-arm
61
node_arch: arm64
62
- cpp_arch: amd64_arm64
+ cpp_arch: arm64
63
distro: ubuntu20.04
64
65
66
# Musl Alpine Arm
67
68
69
70
distro: alpine_latest
71
72
0 commit comments