We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3243b61 commit 0e0179dCopy full SHA for 0e0179d
.github/workflows/unit-tests.yaml
@@ -30,8 +30,5 @@ jobs:
30
distribution: adopt
31
mvn-toolchain-vendor: AdoptOpenJDK
32
cache: maven
33
- - name: Check neon support
34
- if: matrix.os== 'ubuntu-24.04-arm'
35
- run: echo | gcc -dM -E - | grep __ARM_NEON__
36
- name: Compile, run tests, and package (JDK 20/21/22)
37
run: mvn -B package
0 commit comments