Skip to content

Commit ff3c663

Browse files
committed
New Windows 22 build
1 parent 0a64183 commit ff3c663

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858

5959
build_luac_cross_win:
6060

61-
runs-on: windows-2019
61+
runs-on: windows-2022
6262

6363
steps:
6464
- uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
6969
set
7070
"%programfiles%\git\usr\bin\xargs"
7171
cd msvc
72-
"%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\MSBuild\Current\Bin\msbuild.exe" /p:Configuration=Release /p:Platform=x64
72+
"%programfiles(x86)%\Microsoft Visual Studio\2022\Enterprise\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release /p:Platform=x64
7373
mv luac-cross/x64/Release/luac.cross.exe ..
7474
shell: cmd
7575
- name: Upload luac.cross

0 commit comments

Comments
 (0)