From 4b315edc4dbdb79585d1b8fb5578229a862d2cf6 Mon Sep 17 00:00:00 2001 From: Bill Napier Date: Wed, 26 Mar 2025 21:28:51 +0000 Subject: [PATCH] Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label --- .github/workflows/testing.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 4e78f18b5..adf35d175 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -116,7 +116,7 @@ jobs: testrun_ui: permissions: {} name: UI - runs-on: ubuntu-latest + runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Node @@ -139,7 +139,7 @@ jobs: linters_ui: permissions: {} name: ESLint - runs-on: ubuntu-latest + runs-on: 'ubuntu-24.04' steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Install Node