瀏覽代碼

Fix os name typo.

Jelmer Vernooij 4 年之前
父節點
當前提交
4da703113f
共有 1 個文件被更改,包括 2 次插入2 次删除
  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