-
Notifications
You must be signed in to change notification settings - Fork 55
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
Windows github runner broken #1241
Comments
@PLC-lang/contributors |
The windows action does not block the build it just reports a failure but you can still submit. I'm also fine with ignoring the test until we fix it however. |
I find it disturbing that everything shows up as ❌ in the overview. |
I created a PR #1242 that splits the workflows and disabled windows for now. Feel free to submit it and we can enable it again when the issues are fixed |
FYI I wasn't able to find a solution, but as far as I can tell GitHub / Microsoft unofficially acknowledged the issue and are working on a hotfix? Personally I would just wait this out and see if the issue fixes itself in a few days. |
The fix is deployed, builds now run again |
Describe the bug
Our tests currently fail on windows because of a change in the github runner. They run fine locally on a windows install.
I found an issue on the runner repo talking about a change in the C++ runtime, could be related but i can't be sure
actions/runner-images#10020
actions/runner-images#10004
We should find a more reliable way to run the windows tests that would not break with changes to the runtime.
The text was updated successfully, but these errors were encountered: