From 62b886028c0ec5a2279bba67f6a10f9aae1fa3de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20S=C3=A1nchez?= Date: Wed, 5 Apr 2023 13:24:28 +0100 Subject: [PATCH] chore: use ubuntu-20.04 runner (#1617) ubuntu-18.04 was deprecated: https://github.com/actions/runner-images/issues/6002 --- .github/workflows/component_linux_harvest_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/component_linux_harvest_test.yml b/.github/workflows/component_linux_harvest_test.yml index abc06b18b..a4ffd8cf0 100644 --- a/.github/workflows/component_linux_harvest_test.yml +++ b/.github/workflows/component_linux_harvest_test.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-18.04 ] + os: [ ubuntu-20.04 ] steps: - uses: actions/checkout@v2