instead of the latest docker image called ubuntu-latest trying out on ubuntu:18.04 image.
@@ -10,7 +10,7 @@ on:
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu:18.04
strategy:
matrix: