From e4a52629461f8097a7a0fdf8b79b052176a9e754 Mon Sep 17 00:00:00 2001 From: Arne Hassel Date: Mon, 27 Nov 2023 02:01:48 +0100 Subject: [PATCH] Trying out running all workflows on latest Ubuntu --- .github/workflows/component.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/component.yml b/.github/workflows/component.yml index 58aa271..a9d5ea8 100644 --- a/.github/workflows/component.yml +++ b/.github/workflows/component.yml @@ -2,7 +2,7 @@ name: Component tests on: push jobs: cypress-run: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4