From e8f70c44cc3cfa99ab451026dee134a029ee4491 Mon Sep 17 00:00:00 2001 From: Sebastian Thomschke Date: Wed, 26 Nov 2025 17:11:27 +0100 Subject: [PATCH] ci: test on Ubuntu ARM --- .github/workflows/build.yml | 2 ++ pom.xml | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e2a0fc49a..24b63b100 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -69,6 +69,8 @@ jobs: - macos-15-intel # Intel - macos-latest # ARM - windows-latest + # https://github.com/actions/partner-runner-images + - ubuntu-24.04-arm runs-on: ${{ matrix.os }} timeout-minutes: 20 diff --git a/pom.xml b/pom.xml index 81170b63f..4b36d72f9 100644 --- a/pom.xml +++ b/pom.xml @@ -88,6 +88,11 @@ gtk x86_64 + + linux + gtk + aarch64 + macosx cocoa