diff options
author | Marcel Müller <marcel-mueller@gmx.de> | 2025-01-04 20:37:35 +0100 |
---|---|---|
committer | Marcel Müller <marcel-mueller@gmx.de> | 2025-01-04 20:37:35 +0100 |
commit | c0826787b46a8fc637bc222d6e582b1129da606e (patch) | |
tree | 49b719127324d8648c154ee4527f004db6f7d9b8 | |
parent | 6031f121474bf8072b039c939dd4473efc6d3960 (diff) | |
download | nextcloud-server-debug-cypress-grid-view.tar.gz nextcloud-server-debug-cypress-grid-view.zip |
try on ubuntu 22.04debug-cypress-grid-view
-rw-r--r-- | .github/workflows/cypress.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 6ceb2f2b32c..48cfa235402 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -86,7 +86,7 @@ jobs: path: ./ cypress: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 needs: init strategy: |