Skip to content

Commit 0621648

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- 23
2323
name: Build and Test
2424
strategy:
25-
matrix:
26-
os:
27-
- ubuntu-24.04-arm # arm64-preview
28-
- ubuntu-24.04 # x64
25+
matrix:
26+
os:
27+
- ubuntu-24.04-arm # arm64-preview
28+
- ubuntu-24.04 # x64
2929
runs-on: ${{ matrix.os }}
3030
container:
3131
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution

0 commit comments

Comments
 (0)