We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60402ad commit d1b971bCopy full SHA for d1b971b
.github/workflows/build-and-test.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build-and-test:
10
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-18.04
12
13
steps:
14
- name: Checkout
.github/workflows/publish-to-nuget.yml
@@ -7,7 +7,7 @@ on:
7
@@ -28,7 +28,7 @@ jobs:
28
29
needs: build-and-test
30
31
32
33
34
0 commit comments