Skip to content

Commit

Permalink
[#535] Return back OS's
Browse files Browse the repository at this point in the history
  • Loading branch information
pnatashap committed Feb 10, 2024
1 parent c21d383 commit 6f99935
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/mvn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,8 @@ jobs:
maven-build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04] # , windows-latest, macos-12]
os: [ubuntu-22.04, windows-latest, macos-latest]
java: [11, 17, 21]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6f99935

Please sign in to comment.