From f84a79247e07ae75d19390b911455c6e3f8035eb Mon Sep 17 00:00:00 2001 From: Dawid Dziurla Date: Thu, 26 Mar 2020 23:49:59 +0100 Subject: [PATCH] workflows: change bc ref --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0451f02..d5a9553 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: ref: ubuntu/0.16.2-1 - package: bc repo: https://git.launchpad.net/ubuntu/+source/bc - ref: applied/1.07.1-2build1 + ref: ubuntu/focal steps: - name: Checkout code uses: actions/checkout@v2