jbliznak commented on code in PR #3258:
URL: https://github.com/apache/maven-surefire/pull/3258#discussion_r2782402435
##########
.github/workflows/maven-verify.yml:
##########
@@ -49,4 +49,4 @@ jobs:
!**/hs_err_pid*
!surefire-its/target/ConsoleOutputIT_*/target/surefire-reports/*-jvmRun*-events.bin
timeout-minutes: 600
- os-matrix: '[ "ubuntu-latest", "windows-2022", "macos-latest" ]'
+ os-matrix: '[ "ubuntu-latest", "windows-latest", "macos-latest" ]'
Review Comment:
I guess that is a question for someone maintaining the project. If it is
acceptable to have bigger CI matrix, why not.
BTW this is already being discussed at #3252, we could try to keep this PR
as simple as possible.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]