From a36fdea1f8182f9c5a13b8940ba1fcf6141badef Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Tue, 31 Oct 2023 18:09:51 -0400 Subject: [PATCH] Add more Signed-off-by: Peter Zhu --- .github/workflows/notifications-test-and-build-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/notifications-test-and-build-workflow.yml b/.github/workflows/notifications-test-and-build-workflow.yml index 452e9b37..4f758317 100644 --- a/.github/workflows/notifications-test-and-build-workflow.yml +++ b/.github/workflows/notifications-test-and-build-workflow.yml @@ -22,7 +22,7 @@ jobs: java: [11, 17] # Job name - name: Build Notifications with JDK ${{ matrix.java }} on ${{ matrix.os }} + name: Build Notifications with JDK ${{ matrix.java }} on linux runs-on: ubuntu-latest container: # using the same image which is used by opensearch-build team to build the OpenSearch Distribution