diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 12bec96..799b9e9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ on: jobs: build: name: Build binaries - runs-on: windows-latest + runs-on: windows-2022 strategy: matrix: configuration: @@ -35,11 +35,11 @@ jobs: lfs: false - name: Add msbuild to PATH - uses: microsoft/setup-msbuild@v1.0.2 + uses: microsoft/setup-msbuild@v1.1 - name: Generate project files - #run: tools/premake5 vs2019 --ci-build - run: tools/premake5 vs2019 + #run: tools/premake5 vs2022 --ci-build + run: tools/premake5 vs2022 - name: Set up problem matching uses: ammaraskar/msvc-problem-matcher@master diff --git a/README.md b/README.md index ee72cc1..93fc7c7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Compile from source - Clone the Git repo. Do NOT download it as ZIP, that won't work. -- Update the submodules and run `premake5 vs2019` or simply use the delivered `generate.bat`. +- Update the submodules and run `premake5 vs2022` or simply use the delivered `generate.bat`. - Build via solution file in `build\s1x.sln`. ### Premake arguments diff --git a/generate.bat b/generate.bat index b9ffdf6..06c7411 100644 --- a/generate.bat +++ b/generate.bat @@ -1,3 +1,3 @@ @echo off git submodule update --init --recursive -tools\premake5 %* vs2019 \ No newline at end of file +tools\premake5 %* vs2022 \ No newline at end of file