From 328b387dbd199697f9ac6b1baa98599e1f7aa62d Mon Sep 17 00:00:00 2001 From: Niyaz Nigmatullin Date: Tue, 29 Nov 2022 18:43:12 +0200 Subject: [PATCH] gnu-tests: rollback to ubuntu-20.04 for gnu-tests until it fixed --- .github/workflows/GnuTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index ca6fd3f6c..1000792f3 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -16,7 +16,7 @@ jobs: contents: read # for actions/checkout to fetch code pull-requests: read # for dawidd6/action-download-artifact to query commit hash name: Run GNU tests - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Initialize workflow variables id: vars @@ -265,7 +265,7 @@ jobs: gnu_coverage: name: Run GNU tests with coverage - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout code uutil uses: actions/checkout@v3