Skip to content

Commit

Permalink
temp remove all but .NET 2 for macOS (troubleshooting)
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveSkender committed Jan 5, 2025
1 parent 1c4bfdc commit 701abf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-indicators.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 701abf8

Please sign in to comment.