Hard-code Ubuntu 18.04

This commit is contained in:
Kevin López Brante 2021-03-28 13:58:50 -03:00 committed by GitHub
parent ce033e53b3
commit 700caa81e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
# cross-platform coverage.
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
name: CMake, Ubuntu
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2