Skip to content

Commit d1b971b

Browse files
committed
Downgraded Ubuntu to 18.04
Getting errors with LibGit2Sharp and this suggested it doesn't support beyond 18.04: libgit2/libgit2sharp#1703 (comment)
1 parent 60402ad commit d1b971b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-and-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
build-and-test:
1010

11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-18.04
1212

1313
steps:
1414
- name: Checkout

.github/workflows/publish-to-nuget.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
build-and-test:
99

10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-18.04
1111

1212
steps:
1313
- name: Checkout
@@ -28,7 +28,7 @@ jobs:
2828

2929
needs: build-and-test
3030

31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-18.04
3232

3333
steps:
3434
- name: Checkout

0 commit comments

Comments
 (0)