Changed env for github workflows from ubuntu-latest to ubuntu-20.04

This commit is contained in:
Alejandro Celaya
2020-12-30 20:58:36 +01:00
parent d08a69954a
commit e577eb48d6
3 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2