chore: use ubuntu-20.04 in release workflow

Consistent with the other workflows defined here.
This commit is contained in:
pancho horrillo
2020-09-30 16:45:39 +02:00
parent 66f68e0219
commit 7cb0e72302
+1 -1
View File
@@ -8,7 +8,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2