From 701abf8456b5fc27df6d58435add05e2c02fe221 Mon Sep 17 00:00:00 2001 From: Dave Skender <8432125+DaveSkender@users.noreply.github.com> Date: Sun, 5 Jan 2025 16:32:27 -0500 Subject: [PATCH] temp remove all but .NET 2 for macOS (troubleshooting) --- .github/workflows/test-indicators.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-indicators.yml b/.github/workflows/test-indicators.yml index a5168a7df..d4c8c8211 100644 --- a/.github/workflows/test-indicators.yml +++ b/.github/workflows/test-indicators.yml @@ -19,8 +19,8 @@ jobs: strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] - dotnet-version: ["2.0.x", "2.1.x", "6.0.x", "9.0.x"] + os: [macos-latest] #[windows-latest, ubuntu-latest, macos-latest] + dotnet-version: ["2.0.x"] #, "2.1.x", "6.0.x", "9.0.x"] env: