Browse Source

Update commitflow-py3.yml

instead of the latest docker image called ubuntu-latest trying out on ubuntu:18.04 image.
Prakash Ranade 3 years ago
parent
commit
a4ea477ccb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/commitflow-py3.yml

+ 1 - 1
.github/workflows/commitflow-py3.yml

@@ -10,7 +10,7 @@ on:
 jobs:
   build:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu:18.04
 
     strategy:
       matrix: