Skip to content

Commit

Permalink
use intel runners to avoid 20 runner limit for github provided runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed May 13, 2024
1 parent 9d50241 commit ffcfe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
mkl:
runs-on: ubuntu-latest
runs-on: intel-ubuntu-latest
# One runner for each domain
strategy:
matrix:
Expand Down

0 comments on commit ffcfe27

Please sign in to comment.