Skip to content

Added support for macos-14 #29

Added support for macos-14

Added support for macos-14 #29

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [macos-14]
elasticsearch-version: [8, 7]
steps:
- uses: actions/checkout@v4
- uses: ./.
with:
elasticsearch-version: ${{ matrix.elasticsearch-version }}
plugins: |
analysis-kuromoji
analysis-smartcn
config: |
cluster.name: my-cluster
http.port: 9201
- run: curl -s localhost:9201
- run: curl -s localhost:9201 | grep my-cluster
- run: which elasticsearch
- run: elasticsearch-plugin list