holgern / pyedflib

pyedflib is a python library to read/write EDF+/BDF+ files based on EDFlib.
http://pyedflib.readthedocs.org/
BSD 3-Clause "New" or "Revised" License
209 stars 121 forks source link

change win2016 to win2019 as its deprecated #173

Closed skjerns closed 2 years ago

skjerns commented 2 years ago

The Windows 2016 environment is deprecated, consider switching to windows-2019 or windows-2022 (windows-latest). For more details, see https://github.com/actions/virtual-environments/issues/4312

changed to 2019

codecov[bot] commented 2 years ago

Codecov Report

Merging #173 (af9614f) into master (1aab741) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #173   +/-   ##
=======================================
  Coverage   78.14%   78.14%           
=======================================
  Files           4        4           
  Lines         828      828           
  Branches      180      180           
=======================================
  Hits          647      647           
  Misses        144      144           
  Partials       37       37           
Flag Coverage Δ
unittests 78.14% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1aab741...af9614f. Read the comment docs.