Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e4c24c

Browse files
committed
release workflow downgrade compiler generator versions
1 parent 14025b9 commit 8e4c24c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,22 +102,22 @@ jobs:
102102
- {
103103
os: Windows,
104104
arch: x86_64,
105-
cmake: '-G "Visual Studio 17 2022" -A "x64"'
105+
cmake: '-G "Visual Studio 16 2019" -A "x64"'
106106
}
107107
- {
108108
os: Windows,
109109
arch: aarch64,
110-
cmake: '-G "Visual Studio 17 2022" -A "ARM64"'
110+
cmake: '-G "Visual Studio 16 2019" -A "ARM64"'
111111
}
112112
- {
113113
os: Windows,
114114
arch: x86,
115-
cmake: '-G "Visual Studio 17 2022" -A "Win32"'
115+
cmake: '-G "Visual Studio 16 2019" -A "Win32"'
116116
}
117117
- {
118118
os: Windows,
119119
arch: arm,
120-
cmake: '-G "Visual Studio 17 2022" -A "ARM"'
120+
cmake: '-G "Visual Studio 16 2019" -A "ARM"'
121121
}
122122
steps:
123123
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)