Browse Source

Use Ubuntu for coverage. Touch #1376

js/color-alpha-handling
James Jackson-South 6 years ago
parent
commit
f08b68247d
  1. 2
      .github/workflows/build-and-test.yml

2
.github/workflows/build-and-test.yml

@ -18,7 +18,7 @@ jobs:
framework: netcoreapp3.1 framework: netcoreapp3.1
runtime: -x64 runtime: -x64
codecov: false codecov: false
- os: windows-latest - os: ubuntu-latest
framework: netcoreapp3.1 framework: netcoreapp3.1
runtime: -x64 runtime: -x64
codecov: true codecov: true

Loading…
Cancel
Save