Skip to content

Commit

Permalink
Merge pull request #53 from shiguredo/feature/revert-windows-server-v…
Browse files Browse the repository at this point in the history
…ersion-to-2019

windows-2022 でビルドが通らないので windows-2019 に戻す
  • Loading branch information
voluntas authored Mar 5, 2024
2 parents 94f827f + 094b8bb commit a04131e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
path: "dist/"

build_windows:
runs-on: windows-2022
runs-on: windows-2019
timeout-minutes: 60
strategy:
fail-fast: false
Expand Down

0 comments on commit a04131e

Please sign in to comment.