Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
matrix:
java: [ 11, 17 ]
if: github.repository == 'opensearch-project/custom-codecs'
runs-on: ubuntu-latest
# Workaround for https://bugs.openjdk.org/browse/JDK-8287073
runs-on: ubuntu-22.04
container:
# using the same image which is used by opensearch-build team to build the OpenSearch Distribution
# this image tag is subject to change as more dependencies and updates will arrive over time
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Version 2.19.5 Release Notes

Compatible with OpenSearch and OpenSearch Dashboards version 2.19.5

### Infrastructure

* Fix Github Actions MacOS checks ([#298](https://github.com/opensearch-project/custom-codecs/pull/298))
Loading