From c6e7d5d1de404ca21e59c1023381dbb545fa4afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Fri, 2 Aug 2024 14:33:27 +0200 Subject: [PATCH] ci: Run Web tests on Ubuntu 24.04 --- .github/workflows/test_web.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_web.yml b/.github/workflows/test_web.yml index 3dd163e747f5..42e6ab49f0bf 100644 --- a/.github/workflows/test_web.yml +++ b/.github/workflows/test_web.yml @@ -14,7 +14,7 @@ concurrency: jobs: changes: name: Paths filter - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: should_run: ${{ steps.filter.outputs.src }} steps: @@ -36,7 +36,7 @@ jobs: fail-fast: false matrix: node_version: ["20", "22"] - os: [ubuntu-22.04, windows-latest] + os: [ubuntu-24.04, windows-latest] steps: - uses: actions/checkout@v4 @@ -107,7 +107,7 @@ jobs: strategy: matrix: node_version: ["20", "22"] - os: [ubuntu-22.04, windows-latest] + os: [ubuntu-24.04, windows-latest] steps: - name: No-op