Skip to content

Commit

Permalink
Updated Github actions to not build four times
Browse files Browse the repository at this point in the history
  • Loading branch information
heypr committed Dec 30, 2023
1 parent 48cfa24 commit dc1cb00
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@ jobs:
strategy:
matrix:
java: [
17,
21,
17
]
os: [ubuntu-22.04, windows-2022]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- name: checkout repository
Expand Down

0 comments on commit dc1cb00

Please sign in to comment.