Skip to content

Commit

Permalink
Fix build CI failure on MacOS (opensearch-project#1685)
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei authored May 3, 2024
1 parent ef962ec commit 73d5425
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
echo "avx2 not available on system"
su `id -un 1000` -c "whoami && java -version && ./gradlew build -Dsimd.enabled=false"
fi
- name: Upload Coverage Report
uses: codecov/codecov-action@v1
Expand All @@ -75,7 +75,7 @@ jobs:

name: Build and Test k-NN Plugin on MacOS
needs: Get-CI-Image-Tag
runs-on: macos-latest
runs-on: macos-12

steps:
- name: Checkout k-NN
Expand Down Expand Up @@ -166,4 +166,3 @@ jobs:
- name: Run build
run: |
./gradlew.bat build -D'simd.enabled=false'

0 comments on commit 73d5425

Please sign in to comment.