Skip to content

Commit

Permalink
Remove mac and JDK14
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Dec 1, 2022
1 parent 04de2c6 commit 113ebc8
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 @@ -11,8 +11,8 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [8, 11, 14]
platform: ["ubuntu-latest", "windows-latest", "macos-latest"]
jdk: [8, 11]
platform: ["ubuntu-latest", "windows-latest"]
runs-on: ${{ matrix.platform }}

steps:
Expand Down

0 comments on commit 113ebc8

Please sign in to comment.