From 51907d5c2cf2adb318aae184611e85c95091e5c8 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Fri, 17 Jan 2025 00:09:31 +0100 Subject: [PATCH] Add Linux ARM runners --- .github/workflows/cibuildwheel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cibuildwheel.yml b/.github/workflows/cibuildwheel.yml index c62f7f0..a8419b9 100644 --- a/.github/workflows/cibuildwheel.yml +++ b/.github/workflows/cibuildwheel.yml @@ -14,7 +14,7 @@ jobs: strategy: matrix: # macos-13 is an intel runner, macos-14 is apple silicon - os: [ubuntu-latest, windows-latest, macos-13, macos-14] + os: [ubuntu-latest, windows-latest, macos-13, macos-14, ubuntu-24.04-arm] steps: - uses: actions/checkout@v4