We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dd1c35 commit f60cef2Copy full SHA for f60cef2
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{ matrix.os }}
18
strategy:
19
matrix:
20
- os: [ ubuntu-latest, windows-latest, macos-latest ]
+ os: [ windows-latest, macos-latest ]
21
steps:
22
- uses: actions/checkout@v2
23
- name: Setup .NET
0 commit comments