Skip to content

Commit

Permalink
Reduce matrix jobs, test macOS only for Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
psibre committed Dec 8, 2022
1 parent 9dd4126 commit 503b1ac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
- 8
- 11
- 13
exclude:
- os: macos-latest
java_version: 8
- os: macos-latest
java_version: 13
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 503b1ac

Please sign in to comment.