Skip to content

Commit 256b2de

Browse files
authored
Merge pull request #6556 from uutils/sylvestre-patch-1
Try to use linux high perf runners
2 parents 7cf5f5c + e51b96b commit 256b2de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/GnuTests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: read # for actions/checkout to fetch code
3131
pull-requests: read # for dawidd6/action-download-artifact to query commit hash
3232
name: Run GNU tests
33-
runs-on: ubuntu-22.04
33+
runs-on: Linux-high-perf
3434
steps:
3535
- name: Initialize workflow variables
3636
id: vars
@@ -333,7 +333,7 @@ jobs:
333333
334334
gnu_coverage:
335335
name: Run GNU tests with coverage
336-
runs-on: ubuntu-22.04
336+
runs-on: Linux-high-perf
337337
steps:
338338
- name: Checkout code uutil
339339
uses: actions/checkout@v4

0 commit comments

Comments
 (0)