From 3fc9e4852744c53c2740bf2b6d7e480e4479b0fb Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 29 Aug 2023 16:57:07 -0400 Subject: [PATCH] More tweaks Signed-off-by: Peter Zhu --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index b08b48135..d16287dd3 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,7 +17,7 @@ jobs: matrix: java: [11, 17] - name: Build and Test k-NN Plugin on Ubnutu + name: Build and Test k-NN Plugin on Linux runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution