From 5e45753d13c60a297c2b1b5b0427c19a81099929 Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Mon, 24 Feb 2025 17:08:06 -0700 Subject: [PATCH] Locking the main workflow to opensearch 2.18.0 since opensearch latest (2.19.0) has an HTTP bug that causes typhoeus to fail. Signed-off-by: Theo Truong --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48e7ff47a..5d0acfcdc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,7 @@ jobs: sudo sysctl -w vm.max_map_count=262144 - uses: ./.github/actions/opensearch with: - cluster-version: "2.19.0" + cluster-version: 2.18.0 disable-security: true - uses: ruby/setup-ruby@v1 with: