From ba8130ce272cf65c0074a426d7da84b0fc12c1ad Mon Sep 17 00:00:00 2001 From: Konstantinos Samaras-Tsakiris Date: Wed, 14 Jan 2026 23:28:22 +0100 Subject: [PATCH] Build on arm --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1ca1389..77179fb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: strategy: fail-fast: False matrix: - os: [ ubuntu-latest, macos-latest, macos-14 ] + os: [ ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-14 ] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -120,7 +120,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-latest, ubuntu-latest, macos-latest, macos-14 ] + os: [ windows-latest, ubuntu-latest, ubuntu-24.04-arm, macos-latest, macos-14 ] python-version: ${{ fromJSON(needs.setup.outputs.python-versions) }} steps: