From 442eb0b893b0a0460dc65a14df7d3f69a8406d4a Mon Sep 17 00:00:00 2001 From: Albert Yau <5298134+mwyau@users.noreply.github.com> Date: Sun, 2 Aug 2026 15:19:17 -0400 Subject: [PATCH] Add ubuntu-24.04-arm runner for wheels_64bit_linux build --- .github/workflows/wheels_64bit_linux.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/wheels_64bit_linux.yml b/.github/workflows/wheels_64bit_linux.yml index aa2d1dcb..8adb385f 100644 --- a/.github/workflows/wheels_64bit_linux.yml +++ b/.github/workflows/wheels_64bit_linux.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-24.04] + os: [ubuntu-24.04, ubuntu-24.04-arm] steps: - uses: actions/checkout@v5 - uses: actions/setup-python@v6 @@ -30,5 +30,5 @@ jobs: CIBW_MANYLINUX_PYPY_I686_IMAGE: manylinux_2_28 - uses: actions/upload-artifact@v4 with: - name: ducc_linux64 + name: ducc_linux64_${{ runner.arch }} path: ./wheelhouse/*.whl