Only do linux jobs for now

This commit is contained in:
jvyden 2021-10-16 20:16:46 -04:00
commit 9644b33dea
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -12,8 +12,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
os: os:
- { prettyName: Windows, fullName: windows-latest } # - { prettyName: Windows, fullName: windows-latest }
- { prettyName: macOS, fullName: macos-latest } # - { prettyName: macOS, fullName: macos-latest }
- { prettyName: Linux, fullName: ubuntu-latest } - { prettyName: Linux, fullName: ubuntu-latest }
dotnetVersion: dotnetVersion:
- { prettyName: .NET 6.0 Preview, fullName: 6.0.x } - { prettyName: .NET 6.0 Preview, fullName: 6.0.x }