chore: use ubuntu-20.04 in release workflow
Consistent with the other workflows defined here.
This commit is contained in:
@@ -8,7 +8,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user