From 7cb0e7230244104b3bf55324a00143e223e43cf6 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 30 Sep 2020 16:45:39 +0200 Subject: [PATCH] chore: use ubuntu-20.04 in release workflow Consistent with the other workflows defined here. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8eb85fa..7765e04 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ on: jobs: build: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v2