Skip to content

Commit

Permalink
Temporarily reduce the build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ysb33r committed Dec 30, 2022
1 parent 5612fed commit 78ef86e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,10 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
java: [ 8, 11 ]
os: [ubuntu-latest]
java: [ 8 ]
# os: [ubuntu-latest, macos-latest]
# java: [ 8, 11 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 78ef86e

Please sign in to comment.