Skip to content

Commit c1bb90a

Browse files
authored
remove the express NeoverseN2 target from the Cobalt100 job
1 parent a64b75a commit c1bb90a

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)