Skip to content

Commit

Permalink
udpate
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed May 31, 2024
1 parent dc386a8 commit d1b6d7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:

jobs:
unit-tests:
runs-on: ubuntu-latest
runs-on: intel-ubuntu-latest
# One runner for each domain
strategy:
matrix:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
cmake --build lapack/build64 ${PARALLEL} --target install
- name: Check for changes to this domain
id: changes
uses: dorny/paths-filter@v2
uses: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
with:
filters: |
src:
Expand Down

0 comments on commit d1b6d7a

Please sign in to comment.