Skip to content

Commit 7b223a8

Browse files
Update workflow to fix glibc issues
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent 0621648 commit 7b223a8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,10 @@ jobs:
2020
java:
2121
- 21
2222
- 23
23-
name: Build and Test
24-
strategy:
25-
matrix:
2623
os:
2724
- ubuntu-24.04-arm # arm64-preview
2825
- ubuntu-24.04 # x64
26+
name: Build and Test
2927
runs-on: ${{ matrix.os }}
3028
container:
3129
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution

0 commit comments

Comments
 (0)