summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2023-01-29 20:23:21 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2023-01-29 20:23:21 +0100
commitf296d35c6d1defe532f248face0576421a6f019f (patch)
treedea87288501c4e08c9827ee4fe06b975e84f5661
parent9ae22c246f842bc53d32bfc09bd708251491c3b6 (diff)
fix failing frontend tests
https://github.com/actions/runner-images/issues/6704 Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
-rw-r--r--.github/workflows/frontend-nodejs-tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/frontend-nodejs-tests.yml b/.github/workflows/frontend-nodejs-tests.yml
index d78409ae4..d9b2ceff7 100644
--- a/.github/workflows/frontend-nodejs-tests.yml
+++ b/.github/workflows/frontend-nodejs-tests.yml
@@ -4,7 +4,7 @@ on:
jobs:
php:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
continue-on-error: ${{ matrix.experimental }}
name: "Frontend: Nextcloud ${{ matrix.nextcloud }} - PHP ${{ matrix.php-versions }} - DB ${{ matrix.database }}"
strategy: