From 0488da2fa47417fa819804fc50ec051f7c1d361c Mon Sep 17 00:00:00 2001 From: kares Date: Mon, 12 Feb 2024 12:56:39 +0100 Subject: [PATCH] [ci] use ubuntu-20.04 to speed-up test startup --- .github/workflows/ci-test_provider.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-test_provider.yml b/.github/workflows/ci-test_provider.yml index cf0bb267..d7414d2b 100644 --- a/.github/workflows/ci-test_provider.yml +++ b/.github/workflows/ci-test_provider.yml @@ -9,7 +9,7 @@ env: jobs: maven-test: - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 strategy: matrix: