ci: use ubuntu 18 specifically (#24904)

This commit is contained in:
Mohammad Hasnain Mohsin Rajan 2021-03-18 17:12:12 +05:30 committed by GitHub
parent a04091aaf7
commit 192ab05869
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ on: [pull_request, workflow_dispatch, push]
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
strategy:
fail-fast: false