Fix GHA on Windows - #319
Closed
godotalgorithm wants to merge 12 commits into
Closed
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #319 +/- ##
==========================================
- Coverage 69.57% 69.56% -0.01%
==========================================
Files 339 339
Lines 76184 76184
==========================================
- Hits 53003 52998 -5
- Misses 23181 23186 +5 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
added 11 commits
August 9, 2026 19:01
Collaborator
Author
|
There is no simple fix other than to downgrade the runner version as I did in #321. That will probably buy MOPAC about 6 months to sort this out with a more permanent solution. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The Windows GHA build script failed about a month ago because the Visual Studio version is now beyond the compatibility range of the now-obsolete ifort compiler, which will no longer install correctly from the standalone installer. This PR switches to the ifx compiler and its Conda-forge distribution for Windows. I will overhaul the GHA build script more extensively when I switch primary Mac distribution from x86 to ARM, which will likely happen in 2027 before Intel-based Github Actions Mac runners are no longer available.
Status