Skip to content

Commit

Permalink
removing macos from CI
Browse files Browse the repository at this point in the history
I can't convince macos gitlab runner to work with global.json so just gonna remove it for now and get the fix in net 5 when that becomes stable
  • Loading branch information
TheAngryByrd committed Oct 28, 2020
1 parent ef89a75 commit a1f70d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
# macOS-latest has issues with always using the latest sdk even when global.json is provided
os: [ubuntu-latest, windows-latest]
dotnet: [3.1.302]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit a1f70d1

Please sign in to comment.