File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 55 - ' native-compression/libaec-jna/**'
66 - ' native-compression/libaec-native/**'
77 - ' native-compression/build.gradle'
8+ - ' .github/workflows/test-native-compression.yml'
89
910jobs :
1011 tests :
1415 ubuntu-24.04,
1516 ubuntu-24.04-arm,
1617 windows-2022,
18+ windows-11-arm,
1719 macos-14,
1820 macos-13
1921 ]
@@ -22,10 +24,17 @@ jobs:
2224 steps :
2325 - uses : actions/checkout@v4
2426 - name : Set up JDK 11
27+ if : ${{ matrix.os != 'windows-11-arm' }}
2528 uses : actions/setup-java@v4
2629 with :
2730 distribution : ' temurin'
2831 java-version : ' 11'
32+ - name : Set up JDK 21
33+ if : ${{ matrix.os == 'windows-11-arm' }}
34+ uses : actions/setup-java@v4
35+ with :
36+ distribution : ' temurin'
37+ java-version : ' 21'
2938 - name : Cache Gradle packages
3039 uses : actions/cache@v4
3140 with :
You can’t perform that action at this time.
0 commit comments