Skip to content

Commit f874acf

Browse files
committed
Skip testing libaec-jna on windows-11-arm
protoc for windows arm isn't included in the native jar produced by grpc at this point, so hold off testing on windows-11-arm platform.
1 parent ce11b8f commit f874acf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/test-native-compression.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
ubuntu-24.04,
1616
ubuntu-24.04-arm,
1717
windows-2022,
18-
windows-11-arm,
1918
macos-13,
2019
macos-14,
2120
macos-15
@@ -38,9 +37,6 @@ jobs:
3837
with:
3938
distribution: 'temurin'
4039
java-version: '21'
41-
- name: Setup protoc on windows-arm
42-
if: ${{ matrix.os == 'windows-11-arm' }}
43-
uses: arduino/setup-protoc@v3
4440
- name: Cache Gradle packages
4541
uses: actions/cache@v4
4642
with:

0 commit comments

Comments
 (0)