瀏覽代碼

Change OS for app test

Valentin Niess 3 年之前
父節點
當前提交
c28641bd84
共有 1 個文件被更改,包括 1 次插入1 次删除
  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']