Browse Source

Merge branch 'main' into median-filter

pull/2219/head
James Jackson-South 4 years ago
committed by GitHub
parent
commit
0e037978c7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 13
      .github/workflows/build-and-test.yml

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

@ -21,18 +21,19 @@ jobs:
runtime: -x64
codecov: false
# Temp disabled due to runtime preview issues.
# https://github.com/SixLabors/ImageSharp/issues/2117
#- os: macos-latest
# framework: net7.0
# sdk: 7.0.x
# sdk-preview: true
# runtime: -x64
# codecov: false
- os: windows-latest
framework: net7.0
sdk: 7.0.x
sdk-preview: true
runtime: -x64
codecov: false
#- os: windows-latest
# framework: net7.0
# sdk: 7.0.x
# sdk-preview: true
# runtime: -x64
# codecov: false
- os: ubuntu-latest
framework: net6.0
sdk: 6.0.x

Loading…
Cancel
Save