From 94dc3c1c3604644039faae1f0eb7fff855f208aa Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 6 Dec 2022 09:13:02 +0200 Subject: [PATCH] ci: fix the platform image for gg-regressions to ubuntu-20.04 (github is migrating ubuntu-latest to 22.04) --- .github/workflows/gg_regressions_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gg_regressions_ci.yml b/.github/workflows/gg_regressions_ci.yml index 9506671230..cc9b8387fb 100644 --- a/.github/workflows/gg_regressions_ci.yml +++ b/.github/workflows/gg_regressions_ci.yml @@ -10,7 +10,7 @@ on: jobs: gg-regressions: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 if: github.event_name != 'push' || github.event.ref == 'refs/heads/master' || github.event.repository.full_name != 'vlang/v' timeout-minutes: 10 env: