-
Notifications
You must be signed in to change notification settings - Fork 396
Switch to GitHub Actions for the Windows CI. #5174
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments, all optional / your discretion.
apps: sbt | ||
- uses: actions/setup-node@v4 | ||
with: | ||
node-version: '24.x' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a reason we are upgrading node with this change?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reason is "why not, while we're here?". The LInux CI currently uses 23.x (we upgraded for the Wasm support) but we should also upgrade it to 24 relatively soon.
.github/workflows/windows-ci.yml
Outdated
git config --global core.eol lf | ||
- uses: actions/checkout@v3 | ||
with: | ||
# fetch the Git tags for sbt-dynver and sbt-version-policy to work correctly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hum, we are not using these, are we?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, indeed. Copy-pasta from another repo where they are actually used.
matrix: | ||
java: [ '8' ] | ||
|
||
runs-on: windows-latest |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are the windows guru: I guess we'll be less affected by ambient changes due to the lack of pinning then by breakages because of changing version support?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's the idea ;)
AppVeyor has become increasingly unstable recently. While we're there, upgrade to Node.js 24.x.
1954a2b
to
7516f1a
Compare
AppVeyor has become increasingly unstable recently.