sillsdev / SpeechAnalyzer

SIL Speech Analyzer is a Windows program for acoustic analysis of speech sounds.
https://software.sil.org/speech-analyzer/
7 stars 3 forks source link

fix: Change GA to use windows-2019 #67

Closed darcywong00 closed 2 years ago

darcywong00 commented 2 years ago

Attempt to fix #64 by having the GitHub action use windows-2019 instead of windows-latest.

windows-latest is using VS 2022 which doesn't include .NET 4.0 and I think is 64-bit only.

darcywong00 commented 2 years ago

and I think is 64-bit only.

I read a clarification that VS 2022 is a 64-bit app, but it will still support 32-bit projects. I just don't think we have an urgent need to update the project to build with VS 2022 yet...