Skip to content

Commit 0d19dd8

Browse files
committed
Stop using windows-2016 since it's gone
1 parent 9470aa6 commit 0d19dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
fail-fast: false
5858
matrix:
59-
os: [windows-2016, windows-latest, ubuntu-latest, macos-latest]
59+
os: [windows-latest, ubuntu-latest, macos-latest]
6060
steps:
6161
- name: Download Build Output
6262
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)