We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe805a2 commit 9e060dfCopy full SHA for 9e060df
2 files changed
.github/workflows/build.yml
@@ -69,6 +69,8 @@ jobs:
69
- macos-15-intel # Intel
70
- macos-latest # ARM
71
- windows-latest
72
+ # https://github.com/actions/partner-runner-images
73
+ - ubuntu-24.04-arm
74
runs-on: ${{ matrix.os }}
75
timeout-minutes: 20
76
pom.xml
@@ -88,6 +88,11 @@
88
<ws>gtk</ws>
89
<arch>x86_64</arch>
90
</environment>
91
+ <environment>
92
+ <os>linux</os>
93
+ <ws>gtk</ws>
94
+ <arch>aarch64</arch>
95
+ </environment>
96
<environment>
97
<os>macosx</os>
98
<ws>cocoa</ws>
0 commit comments