Skip to content

Commit

Permalink
downgrade windows version used in ci
Browse files Browse the repository at this point in the history
thoughts are this will link against an older vcredist, which is more likely to work under proton
  • Loading branch information
apple1417 committed Jan 2, 2025
1 parent 1bd56f0 commit 6812b1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:

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

strategy:
fail-fast: false
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:
# ==============================================================================

clang-tidy:
runs-on: windows-latest
runs-on: windows-2019

strategy:
fail-fast: false
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
fixesFile: clang-tidy-fixes.yml

clang-format:
runs-on: windows-latest
runs-on: windows-2019

steps:
- name: Setup Clang
Expand Down

0 comments on commit 6812b1b

Please sign in to comment.