Skip to content

Commit 783926a

Browse files
authored
Publishing NuGet and CC from Ubuntu
* Update release.yml * Update ci.yml
1 parent 700492b commit 783926a

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
chmod +x codecov
3232
./codecov -f "./CoverageResults/coverage.opencover.xml" -t ${{ secrets.CODECOV_TOKEN }}
3333
shell: bash
34-
if: matrix.os == 'macOS-latest'
34+
if: matrix.os == 'ubuntu-latest'
3535

.github/workflows/release.yml

+1-6
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,9 @@ on:
77
jobs:
88
build_test_release:
99

10-
runs-on: macOS-latest
10+
runs-on: ubuntu-latest
1111

1212
steps:
13-
- name: Setup .NET Core if needed
14-
uses: actions/[email protected]
15-
with:
16-
dotnet-version: '3.1.x'
17-
if: matrix.os == 'macOS-latest'
1813
- uses: actions/checkout@v1
1914
- name: Build and test
2015
run: |

0 commit comments

Comments
 (0)