1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #4201 from niyaznigmatullin/ubuntu-20.04_for_GNUTests

gnu-tests: rollback to `ubuntu-20.04` for gnu-tests until fixed
This commit is contained in:
Sylvestre Ledru 2022-11-29 22:51:42 +01:00 committed by GitHub
commit e307f624e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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