Skip to content

Commit e51b96b

Browse files
authored
Try to use linux high perf runners
1 parent c90b693 commit e51b96b

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)