Skip to content

Commit

Permalink
fix github windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
wootguy committed Sep 7, 2024
1 parent b78cc3c commit f7e0028
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 @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build-windows:
runs-on: windows-2019
runs-on: windows-2022

steps:
- name: Checkout repository
Expand All @@ -15,7 +15,7 @@ jobs:
- name: Build release
run: |
mkdir build && cd build
cmake .. -DBUILD_SERVER_ONLY=ON
cmake .. -A win32 -DBUILD_SERVER_ONLY=ON
cmake --build . --config Release
- name: Upload artifact
Expand Down

0 comments on commit f7e0028

Please sign in to comment.