mirror of
https://github.com/uutils/coreutils
synced 2024-12-13 14:52:41 +00:00
gnu-tests: rollback to ubuntu-20.04 for gnu-tests until it fixed
This commit is contained in:
parent
27958a27ef
commit
328b387dbd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/GnuTests.yml
vendored
4
.github/workflows/GnuTests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue