Skip to content

Commit

Permalink
Are the failures OS-related?
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Dec 23, 2023
1 parent 9fa9a91 commit ced5f26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,11 @@ permissions:
jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # Run all the versions, but show overall status as failed if one fails
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [ 8, 11, 17 ]

steps:
Expand Down

0 comments on commit ced5f26

Please sign in to comment.