Explorar el Código

Change OS for app test

Valentin Niess hace 3 años
padre
commit
c28641bd84
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/applications.yml

+ 1 - 1
.github/workflows/applications.yml

@@ -10,7 +10,7 @@ on:
 
 jobs:
   Test:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     strategy:
       matrix:
         version: ['2.7', '3.7', '3.9']