tidy up the mentions of the supported platforms (#2068)

This commit is contained in:
Brendan Forster
2020-01-27 15:08:48 -04:00
committed by GitHub
parent 2431bb48bb
commit bbae519055
2 changed files with 7 additions and 5 deletions
+2 -1
View File
@@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
platform: [ubuntu-latest, macos-latest, windows-latest]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
@@ -25,3 +25,4 @@ jobs:
dotnet-version: 2.1.803
- name: Build with dotnet
run: ./build.sh --linksources=true --verbosity=verbose
shell: bash