Skip to content

Commit a3cd2ee

Browse files
authored
Update apple_m.yml
1 parent 65ae311 commit a3cd2ee

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/apple_m.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
contents: read # to fetch code (actions/checkout)
1111

1212
jobs:
13-
build:
13+
build-windows:
1414
if: "github.repository == 'OpenMathLib/OpenBLAS'"
1515
runs-on: macos-14
1616

@@ -157,6 +157,7 @@ jobs:
157157
esac
158158
159159
xbuild-x86_64:
160+
if: "github.repository == 'OpenMathLib/OpenBLAS'"
160161
runs-on: macos-26
161162

162163
strategy:
@@ -208,7 +209,8 @@ jobs:
208209
make TARGET=CORE2 DYNAMIC_ARCH=1 NUM_THREADS=32 HOSTCC=clang NOFORTRAN=1 RANLIB="ls -l"
209210
210211
xbuild-ios:
211-
runs-on: macos-26
212+
if: "github.repository == 'OpenMathLib/OpenBLAS'"
213+
runs-on: macos-26
212214

213215
strategy:
214216
fail-fast: false

0 commit comments

Comments
 (0)