Skip to content

Commit

Permalink
Use windows-2019 for use VS16
Browse files Browse the repository at this point in the history
  • Loading branch information
SergeyShorokhov committed Sep 23, 2024
1 parent ad8ff61 commit ca309f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
jobs:
windows:
name: 'Windows'
runs-on: windows-latest
runs-on: windows-2019

env:
solution: 'msvc/ReGameDLL.sln'
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '17.11'
vs-version: '16'

- name: Build and Run unittests
run: |
Expand Down

0 comments on commit ca309f0

Please sign in to comment.