Skip to content

Commit

Permalink
Use Windows Server 2022 in GitHub workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
botder committed Dec 7, 2021
1 parent 96e690e commit d8cfdea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on: [push, pull_request]
jobs:
windows-release:
name: windows-release
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:

windows-debug:
name: windows-debug
runs-on: windows-2019
runs-on: windows-2022
steps:
- uses: actions/checkout@v2

Expand Down

0 comments on commit d8cfdea

Please sign in to comment.