瀏覽代碼

revert back to ubuntu-latest for https://github.com/Kozea/Radicale/issues/1594

Peter Bieringer 11 月之前
父節點
當前提交
8cdf262560
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/generate-documentation.yml

+ 1 - 1
.github/workflows/generate-documentation.yml

@@ -6,7 +6,7 @@ on:
 
 jobs:
   generate:
-    runs-on: ubuntu-22.04
+    runs-on: ubuntu-latest
     steps:
       - uses: actions/checkout@v4
         with: