瀏覽代碼

Try pinning ubuntu version to fix CI

Jonathan Kelley 1 年之前
父節點
當前提交
17ae835f9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/playwright.yml

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

@@ -8,7 +8,7 @@ jobs:
   test:
     if: github.event.pull_request.draft == false
     timeout-minutes: 60
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - uses: actions/checkout@v3
     - uses: actions/setup-node@v3