From b3c46c315eb16ce644bddd106d31c3dd349f6bb2 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 3 Feb 2025 18:32:12 +0100 Subject: [PATCH] Add support for linux-arm --- .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 0c7a2d3c5..91313a7ff 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