We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a64183 commit ff3c663Copy full SHA for ff3c663
.github/workflows/build.yml
@@ -58,7 +58,7 @@ jobs:
58
59
build_luac_cross_win:
60
61
- runs-on: windows-2019
+ runs-on: windows-2022
62
63
steps:
64
- uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
69
set
70
"%programfiles%\git\usr\bin\xargs"
71
cd msvc
72
- "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release /p:Platform=x64
+ "%programfiles(x86)%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=x64
73
mv luac-cross/x64/Release/luac.cross.exe ..
74
shell: cmd
75
- name: Upload luac.cross
0 commit comments