From d1a46b0e96304f2b840ff4ab2c0cfa14262b364d Mon Sep 17 00:00:00 2001 From: Robert Cohn Date: Fri, 24 May 2024 07:26:34 -0500 Subject: [PATCH] use ubuntu-latest runners --- .github/workflows/pr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e97b43d7e..5d2463fe8 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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: @@ -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