Skip to content

Commit 9e060df

Browse files
authored
ci: test on Ubuntu ARM (#1431)
1 parent fe805a2 commit 9e060df

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
- macos-15-intel # Intel
7070
- macos-latest # ARM
7171
- windows-latest
72+
# https://github.com/actions/partner-runner-images
73+
- ubuntu-24.04-arm
7274
runs-on: ${{ matrix.os }}
7375
timeout-minutes: 20
7476

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@
8888
<ws>gtk</ws>
8989
<arch>x86_64</arch>
9090
</environment>
91+
<environment>
92+
<os>linux</os>
93+
<ws>gtk</ws>
94+
<arch>aarch64</arch>
95+
</environment>
9196
<environment>
9297
<os>macosx</os>
9398
<ws>cocoa</ws>

0 commit comments

Comments
 (0)