commit | 192ab058692cb052e6a845a710fad0d780847106 | [log] [tgz] |
---|---|---|
author | Mohammad Hasnain Mohsin Rajan <hasnain2808@gmail.com> | Thu Mar 18 17:12:12 2021 +0530 |
committer | GitHub <noreply@github.com> | Thu Mar 18 17:12:12 2021 +0530 |
tree | 8f25dea195939ef1077a9526ff1da989a30a6613 | |
parent | a04091aaf7d8dbd6288a8f29ab15d73134c3816d [diff] |
ci: use ubuntu 18 specifically (#24904)
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 3f7d4bb..78c2f5a 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml
@@ -4,7 +4,7 @@ jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 strategy: fail-fast: false