Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
windows-2016 no longer supported: actions/runner-images#4312
  • Loading branch information
tbeseda committed May 11, 2022
1 parent 2bca7b8 commit 4df7683
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 @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
node-version: [ 14.x, 16.x ]
os: [ windows-latest, windows-2016, ubuntu-latest, macOS-latest ]
os: [ windows-latest, ubuntu-latest, macOS-latest ]

# Go
steps:
Expand Down

0 comments on commit 4df7683

Please sign in to comment.