From 70de706e544cc09eb7b8b5d38824e34c98f91e33 Mon Sep 17 00:00:00 2001 From: nmeum Date: Sun, 29 Nov 2020 19:50:51 +0100 Subject: [PATCH] Update .github/workflows/ci.yml Co-authored-by: lhchavez --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ae8349..b9b3ab0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: strategy: fail-fast: false matrix: - libgit2: [ '1.0.0', '1.0.1', '1.1.0' ] + libgit2: [ '1.0.0', '1.1.0' ] name: Go (system-wide, dynamic) runs-on: ubuntu-20.04