Skip to content

Commit

Permalink
Update build workflow to 2022
Browse files Browse the repository at this point in the history
  • Loading branch information
menees committed Jan 2, 2022
1 parent b3c6385 commit 10ad81e
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 @@ -8,13 +8,13 @@ on:

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

steps:
- uses: actions/checkout@v2

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1
uses: microsoft/setup-msbuild@v1.1

- name: Build everything
run: |
Expand Down

0 comments on commit 10ad81e

Please sign in to comment.