[ci] Use known working Ubuntu version

GitHub Actions seems to be moving ubuntu-latest from ubuntu-18.04 to
ubuntu-20.04, but gcovr is broken for us in the new version.
pull/2899/head
Khaled Hosny 4 years ago
parent ff86c72e09
commit cad753e20f
  1. 2
      .github/workflows/linux-ci.yml

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

Loading…
Cancel
Save