Skip to content

Commit

Permalink
use ubuntu-latest runners
Browse files Browse the repository at this point in the history
  • Loading branch information
rscohn2 committed May 24, 2024
1 parent 85ed214 commit d1a46b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:
PARALLEL: -j 2

jobs:
mkl:
runs-on: intel-ubuntu-latest
unit-tests:
runs-on: ubuntu-latest
# One runner for each domain
strategy:
matrix:
Expand All @@ -39,7 +39,7 @@ jobs:
- config: MKL RNG
options: -DTARGET_DOMAINS=rng
tests: '.*'
name: ${{ matrix.config }} CPU
name: unit tests ${{ matrix.config }} CPU
steps:
- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- name: Restore netlib from cache
Expand Down

0 comments on commit d1a46b0

Please sign in to comment.