Skip to content

Commit

Permalink
Remove MacOS platform from CI checks (#2468)
Browse files Browse the repository at this point in the history
Remove MacOS platform from CI checks

Issues
- Resolves #2467

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Feb 22, 2023
1 parent 2ce736a commit a58af2f
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 a58af2f

Please sign in to comment.