Преглед изворни кода

Update commitflow-py3.yml

instead of the latest docker image called ubuntu-latest trying out on ubuntu:18.04 image.
Prakash Ranade пре 3 година
родитељ
комит
a4ea477ccb
1 измењених фајлова са 1 додато и 1 уклоњено
  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: