Skip to content

Commit

Permalink
Remove MacOS platform from CI checks
Browse files Browse the repository at this point in the history
Issues
- Resolves opensearch-project#2467

Signed-off-by: Peter Nied <petern@amazon.com>
  • Loading branch information
peternied committed Feb 22, 2023
1 parent 2ce736a commit e3b92bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
fail-fast: false
matrix:
jdk: [11, 17]
platform: ["ubuntu-latest", "windows-latest", "macos-latest"]
platform: ["ubuntu-latest", "windows-latest"]
runs-on: ${{ matrix.platform }}

steps:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
fail-fast: false
matrix:
jdk: [17]
platform: ["ubuntu-latest", "windows-latest", "macos-latest"]
platform: ["ubuntu-latest", "windows-latest"]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit e3b92bc

Please sign in to comment.