Skip to content

Commit

Permalink
Locking the main workflow to opensearch 2.18.0 since opensearch lates…
Browse files Browse the repository at this point in the history
…t (2.19.0) has an HTTP bug that causes typhoeus to fail.

Signed-off-by: Theo Truong <theotr@amazon.com>
  • Loading branch information
nhtruong committed Feb 25, 2025
1 parent 16c5b8a commit 5e45753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5e45753

Please sign in to comment.