mirror of
https://github.com/uutils/coreutils
synced 2024-11-15 01:17:09 +00:00
Merge pull request #6557 from uutils/revert-6556-sylvestre-patch-1
Revert "Try to use linux high perf runners"
This commit is contained in:
commit
3450eb8ce1
1 changed files with 2 additions and 2 deletions
4
.github/workflows/GnuTests.yml
vendored
4
.github/workflows/GnuTests.yml
vendored
|
@ -30,7 +30,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: Linux-high-perf
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Initialize workflow variables
|
||||
id: vars
|
||||
|
@ -333,7 +333,7 @@ jobs:
|
|||
|
||||
gnu_coverage:
|
||||
name: Run GNU tests with coverage
|
||||
runs-on: Linux-high-perf
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout code uutil
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in a new issue