Skip to content

Commit 7b54231

Browse files
committed
ci: use arm64 runners for arm builds
1 parent ed45567 commit 7b54231

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@ jobs:
5656
cpp_arch: x64
5757
native: false
5858

59-
# Debian Arm
60-
- os: ubuntu-24.04
59+
# Ubuntu Arm
60+
- os: ubuntu-24.04-arm
6161
node_arch: arm64
62-
cpp_arch: amd64_arm64
62+
cpp_arch: arm64
6363
distro: ubuntu20.04
6464
native: false
6565

6666
# Musl Alpine Arm
67-
- os: ubuntu-24.04
67+
- os: ubuntu-24.04-arm
6868
node_arch: arm64
69-
cpp_arch: amd64_arm64
69+
cpp_arch: arm64
7070
distro: alpine_latest
7171
native: false
7272

0 commit comments

Comments
 (0)