Skip to content

Commit

Permalink
build binaries on Windows 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 committed Dec 31, 2023
1 parent 9779af6 commit c6b8f46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/win32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}

sanity-check:
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
shell: cmd

build:
runs-on: windows-2019
runs-on: windows-2022
needs:
- list
- sanity-check
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

build-multi-thread:
runs-on: windows-2019
runs-on: windows-2022
needs:
- sanity-check
- list
Expand Down

0 comments on commit c6b8f46

Please sign in to comment.