From 9644b33dea531c5cdaa45f0dcc06586f56c32e7a Mon Sep 17 00:00:00 2001 From: jvyden Date: Sat, 16 Oct 2021 20:16:46 -0400 Subject: [PATCH] Only do linux jobs for now --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }