Skip to content

Commit 0b3c569

Browse files
authored
Merge pull request #5135 from martin-frbg/ghwf-n2
CI: remove the express NeoverseN2 target from the Cobalt100 job in the gh workflow
2 parents a64b75a + c1bb90a commit 0b3c569

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dynamic_arch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ jobs:
372372
373373
- name: Build OpenBLAS
374374
run: |
375-
make -j${nproc} TARGET=NEOVERSEN2
376-
make -j${nproc} TARGET=NEOVERSEN2 lapack-test
375+
make -j${nproc}
376+
make -j${nproc} lapack-test
377377
378378

0 commit comments

Comments
 (0)