Skip to content

Commit

Permalink
Merge pull request #262 from Nerixyz/revert/qt6-7-3-win
Browse files Browse the repository at this point in the history
Revert "Use msvc2022 for Qt 6.7.3"
  • Loading branch information
jurplel authored Nov 11, 2024
2 parents 7abaf8d + ebf933c commit 09d1e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ class Inputs {
this.arch = "android_armv7";
}
} else if (this.host === "windows") {
if (compareVersions(this.version, ">=", "6.7.3")) {
if (compareVersions(this.version, ">=", "6.8.0")) {
this.arch = "win64_msvc2022_64";
} else if (compareVersions(this.version, ">=", "5.15.0")) {
this.arch = "win64_msvc2019_64";
Expand Down

0 comments on commit 09d1e79

Please sign in to comment.