From 36db49401a676a690234ece9596310061d72f695 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 18 Oct 2024 11:27:16 +0200 Subject: [PATCH] devops: use ubuntu-24.04 for CI (#285) --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 6c014dc..058513c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -6,7 +6,7 @@ on: branches: [ main ] jobs: test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 needs: [build] timeout-minutes: 60 steps: @@ -58,7 +58,7 @@ jobs: name: e2e-playwright-report path: e2e/playwright-report/ build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: contents: read packages: write