Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine Windows CI with Ubuntu and macOS #21

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

jdblischak
Copy link
Collaborator

@jdblischak jdblischak commented Aug 22, 2024

My original plan was to upgrade gradle/gradle-build-action@v3 to gradle/actions/setup-gradle@v4 (#20 (comment)). However, after I had done that, the Windows CI looked so similar to the Ubuntu and macOS CI, that it felt unnecessary to keep separate.

In addition to combining the CI into a single job, I also replaced ubuntu-latest with ubuntu-22.04, as recently suggested in #14 (comment).

The only remaining difference for the separate Windows job was the use of the argument check-latest: false for actions/setup-java. There was no explanation in #6 to explain the discrepancy. I can switch it to false if desired.

Copy link
Contributor

@DimitrisStaratzis DimitrisStaratzis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a nice change, thank you @jdblischak

@DimitrisStaratzis DimitrisStaratzis merged commit f59c5f1 into main Aug 22, 2024
8 checks passed
@DimitrisStaratzis DimitrisStaratzis deleted the jdb/combine-ci branch August 22, 2024 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants