We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700492b commit 783926aCopy full SHA for 783926a
.github/workflows/ci.yml
@@ -31,5 +31,5 @@ jobs:
31
chmod +x codecov
32
./codecov -f "./CoverageResults/coverage.opencover.xml" -t ${{ secrets.CODECOV_TOKEN }}
33
shell: bash
34
- if: matrix.os == 'macOS-latest'
+ if: matrix.os == 'ubuntu-latest'
35
.github/workflows/release.yml
@@ -7,14 +7,9 @@ on:
7
jobs:
8
build_test_release:
9
10
- runs-on: macOS-latest
+ runs-on: ubuntu-latest
11
12
steps:
13
- - name: Setup .NET Core if needed
14
- uses: actions/[email protected]
15
- with:
16
- dotnet-version: '3.1.x'
17
18
- uses: actions/checkout@v1
19
- name: Build and test
20
run: |
0 commit comments