Skip to content

Commit

Permalink
Fix build CI failure on MacOS (#1685) (#1689)
Browse files Browse the repository at this point in the history
  • Loading branch information
opensearch-trigger-bot[bot] authored May 6, 2024
1 parent b36ba45 commit 23ecce5
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 23ecce5

Please sign in to comment.