Skip to content

Commit 7029ef7

Browse files
committed
Change runner
1 parent 9864728 commit 7029ef7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
pack:
12-
runs-on: ubuntu-latest
12+
runs-on: ubuntu-22.04 # NuGet.exe is a Mono application on Linux and is not installed by default on `ubuntu-latest` runners
1313
steps:
1414
- name: Checkout
1515
uses: actions/checkout@v3

0 commit comments

Comments
 (0)