Skip to content

Commit

Permalink
chore: update pipeline to use windows-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Apr 6, 2022
1 parent 2a183cc commit a27e4e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-2016]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-2016]
os: [ubuntu-latest, windows-latest]

runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit a27e4e4

Please sign in to comment.