We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9864728 commit 7029ef7Copy full SHA for 7029ef7
1 file changed
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
pack:
12
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04 # NuGet.exe is a Mono application on Linux and is not installed by default on `ubuntu-latest` runners
13
steps:
14
- name: Checkout
15
uses: actions/checkout@v3
0 commit comments