mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #6556 from uutils/sylvestre-patch-1
Try to use linux high perf runners
This commit is contained in:
@@ -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: ubuntu-22.04
|
||||
runs-on: Linux-high-perf
|
||||
steps:
|
||||
- name: Initialize workflow variables
|
||||
id: vars
|
||||
@@ -333,7 +333,7 @@ jobs:
|
||||
|
||||
gnu_coverage:
|
||||
name: Run GNU tests with coverage
|
||||
runs-on: ubuntu-22.04
|
||||
runs-on: Linux-high-perf
|
||||
steps:
|
||||
- name: Checkout code uutil
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user