Skip to content

Commit

Permalink
Switch to windows-2022 runner (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored Jan 30, 2023
1 parent 3a73630 commit ee3f16a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github_actions_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
make CLANG=Y demos
buildWindows:
runs-on: windows-2019
runs-on: windows-2022

steps:
- uses: actions/checkout@master
- name: make
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
cd wingui
nmake UTF8=Y DLL=Y -f Makefile.vc demos
cd ..\wincon
Expand Down

0 comments on commit ee3f16a

Please sign in to comment.