1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-31 13:07:46 +00:00

Revert "Try to use linux high perf runners"

This commit is contained in:
Sylvestre Ledru 2024-07-10 13:25:47 +02:00 committed by GitHub
parent 256b2ded82
commit 0819952978
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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