Explorar o código

pin ubuntu version to 22.04 (try to fix https://github.com/Kozea/Radicale/issues/1594)

Peter Bieringer hai 1 ano
pai
achega
8bfed78926
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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-latest
+    runs-on: ubuntu-22.04
     steps:
       - uses: actions/checkout@v4
         with: