Explorar el Código

Fix os name typo.

Jelmer Vernooij hace 4 años
padre
commit
4da703113f
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      .github/workflows/pythonpublish.yml

+ 2 - 2
.github/workflows/pythonpublish.yml

@@ -16,8 +16,8 @@ jobs:
         os: [macos-latest, windows-latest]
         python-version: ['3.5', '3.6', '3.7', '3.8']
         include:
-         - os: linux-latest
-           python-version: '3.x'
+          - os: ubuntu-latest
+            python-version: '3.x'
 
     steps:
     - uses: actions/checkout@v2