Skip to content

Commit

Permalink
remove macos from CI
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Galitzky <[email protected]>
  • Loading branch information
amitgalitz committed Oct 27, 2022
1 parent 38dfbaa commit 40e7a5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,10 @@ jobs:
strategy:
matrix:
java: [11,17]
os: [ubuntu-latest, macos-latest]
fail-fast: false

name: Build and Test Anomaly detection Plugin
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest

steps:
- name: Setup Java ${{ matrix.java }}
Expand Down

0 comments on commit 40e7a5b

Please sign in to comment.