From 2bf45da6ade1801036ba0cd174927ddd7babb8cb Mon Sep 17 00:00:00 2001 From: Manuel Trezza <5673677+mtrezza@users.noreply.github.com> Date: Sat, 20 May 2023 22:42:58 +0200 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a46fdf7d..cf0e89e1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,7 +6,7 @@ on: branches: [ '**' ] jobs: test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-latest timeout-minutes: 30 steps: - name: Checkout repository