From 16c5b8aff75a17c889ea9573bad84734c6f8bf0d Mon Sep 17 00:00:00 2001 From: Theo Truong Date: Mon, 24 Feb 2025 16:54:51 -0700 Subject: [PATCH] Testing with OS 2.19 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 ef6f0e568..48e7ff47a 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.18.0" + cluster-version: "2.19.0" disable-security: true - uses: ruby/setup-ruby@v1 with: