Skip to content

Commit 58508c4

Browse files
lilithinflation
authored andcommitted
ci: add Linux and Windows aarch64 testing
Add ARM64 runners to the test matrix: - ubuntu-24.04-arm for Linux aarch64 - windows-11-arm for Windows aarch64 This ensures the library builds and passes tests on ARM64, which is increasingly important for: - AWS Graviton instances - Azure Cobalt / Arm-based VMs - Docker on Apple Silicon - Windows on ARM devices (Surface Pro X, etc.) - Raspberry Pi and other ARM SBCs - Ampere Altra servers
1 parent f855779 commit 58508c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 20
1919
strategy:
2020
matrix:
21-
os: [ubuntu-latest, macos-latest, windows-latest]
21+
os: [ubuntu-latest, macos-latest, windows-latest, ubuntu-24.04-arm, windows-11-arm]
2222
runs-on: ${{ matrix.os }}
2323
steps:
2424
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)