Updated github action to use ubuntu 18

This commit is contained in:
Alejandro Saucedo 2021-01-24 10:08:37 +00:00
parent d620093a27
commit 33d549af8a

View file

@ -9,7 +9,7 @@ on:
jobs:
build-ubuntu:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2