Browse Source

remove the express NeoverseN2 target from the Cobalt100 job

tags/v0.3.30
Martin Kroeker GitHub 7 months ago
parent
commit
c1bb90a823
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/dynamic_arch.yml

+ 2
- 2
.github/workflows/dynamic_arch.yml View File

@@ -372,7 +372,7 @@ jobs:
- name: Build OpenBLAS
run: |
make -j${nproc} TARGET=NEOVERSEN2
make -j${nproc} TARGET=NEOVERSEN2 lapack-test
make -j${nproc}
make -j${nproc} lapack-test

Loading…
Cancel
Save