diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 202fee8f..b597d422 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: fail-fast: false matrix: os: - - { prettyName: Windows, fullName: windows-latest } - - { prettyName: macOS, fullName: macos-latest } +# - { prettyName: Windows, fullName: windows-latest } +# - { prettyName: macOS, fullName: macos-latest } - { prettyName: Linux, fullName: ubuntu-latest } dotnetVersion: - { prettyName: .NET 6.0 Preview, fullName: 6.0.x }