Skip to content

Commit

Permalink
Revert "Use msvc2022 for Qt 6.7.3"
Browse files Browse the repository at this point in the history
This reverts commit b9760ab.

`aqtinstall` doesn't provide a `win64_msvc2022_64`.
  • Loading branch information
Nerixyz committed Nov 9, 2024
1 parent 5d50465 commit ebf933c
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 ebf933c

Please sign in to comment.